aboutsummaryrefslogtreecommitdiff
path: root/graphics/shotwell
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2011-03-14 22:29:49 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2011-03-14 22:29:49 +0000
commitf1d5741004856e14146baa3e5c9c8a55d5ad79dd (patch)
tree588f609d74a17c0275f63895d69919f15e96d52b /graphics/shotwell
parent3f3a04afebe8789235220bb30395cc967510d160 (diff)
downloadports-f1d5741004856e14146baa3e5c9c8a55d5ad79dd.tar.gz
ports-f1d5741004856e14146baa3e5c9c8a55d5ad79dd.zip
- Remove double libraw in dependency.
- Chase libraw's shared library version change. - Bump the PORTREVISION. Reported by: kwm
Notes
Notes: svn path=/head/; revision=270909
Diffstat (limited to 'graphics/shotwell')
-rw-r--r--graphics/shotwell/Makefile13
1 files changed, 4 insertions, 9 deletions
diff --git a/graphics/shotwell/Makefile b/graphics/shotwell/Makefile
index 1dc50bc1c110..4bf4f800631d 100644
--- a/graphics/shotwell/Makefile
+++ b/graphics/shotwell/Makefile
@@ -7,15 +7,14 @@
PORTNAME= shotwell
PORTVERSION= 0.7.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics gnome
MASTER_SITES= http://www.yorba.org/download/shotwell/${PORTVERSION:R}/
MAINTAINER= gnome@FreeBSD.org
COMMENT= Open source photo manager for GNOME
-BUILD_DEPENDS= ${LOCALBASE}/lib/libraw.a:${PORTSDIR}/graphics/libraw \
- vala>=0.10.0:${PORTSDIR}/lang/vala
+BUILD_DEPENDS= vala>=0.10.0:${PORTSDIR}/lang/vala
LIB_DEPENDS= sqlite3:${PORTSDIR}/databases/sqlite3 \
dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
gee.2:${PORTSDIR}/devel/libgee \
@@ -24,7 +23,8 @@ LIB_DEPENDS= sqlite3:${PORTSDIR}/databases/sqlite3 \
exif.12:${PORTSDIR}/graphics/libexif \
gphoto2.2:${PORTSDIR}/graphics/libgphoto2 \
webkit:${PORTSDIR}/www/webkit-gtk2 \
- unique-1.0.2:${PORTSDIR}/x11-toolkits/unique
+ unique-1.0.2:${PORTSDIR}/x11-toolkits/unique \
+ raw.2:${PORTSDIR}/graphics/libraw
USE_BZIP2= yes
USE_GETTEXT= yes
@@ -60,11 +60,6 @@ post-install:
.include <bsd.port.pre.mk>
-# graphics/libraw
-.if exists(${LOCALBASE}/lib/libraw.so.0)
-LIB_DEPENDS+= raw.0:${PORTSDIR}/graphics/libraw
-.endif
-
# attempt at a DATADIR safe port
.for dir in ${DATADIR:S,^${PREFIX}/,,:S,/, ,g}
SHOTWELL_DATADIR+=.get_child("${dir}")