diff options
author | mezz <mezz@FreeBSD.org> | 2011-03-15 06:29:49 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2011-03-15 06:29:49 +0800 |
commit | b2df86a6f59d81d1a5ea163fff007f1e5a88cd55 (patch) | |
tree | 86f1a1cd3f74f9f1d614ef0f41a51c2d25204ed7 /graphics/shotwell | |
parent | 21e381947a9c8f9a1a97c5b5ac5c6892b70a7a87 (diff) | |
download | freebsd-ports-gnome-b2df86a6f59d81d1a5ea163fff007f1e5a88cd55.tar.gz freebsd-ports-gnome-b2df86a6f59d81d1a5ea163fff007f1e5a88cd55.tar.zst freebsd-ports-gnome-b2df86a6f59d81d1a5ea163fff007f1e5a88cd55.zip |
- Remove double libraw in dependency.
- Chase libraw's shared library version change.
- Bump the PORTREVISION.
Reported by: kwm
Diffstat (limited to 'graphics/shotwell')
-rw-r--r-- | graphics/shotwell/Makefile | 13 |
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}") |