summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2011-03-15 06:32:25 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2011-03-15 06:32:25 +0800
commit677fdb8cbfad13f460923dc92f1c9587b84a4e74 (patch)
tree399b39121c9e2617c768f13faa6fc5f62e884e32 /graphics
parentddf7be5dc87e9232936cf86ae751af7f5e2f4515 (diff)
downloadmarcuscom-ports-677fdb8cbfad13f460923dc92f1c9587b84a4e74.tar
marcuscom-ports-677fdb8cbfad13f460923dc92f1c9587b84a4e74.tar.gz
marcuscom-ports-677fdb8cbfad13f460923dc92f1c9587b84a4e74.tar.bz2
marcuscom-ports-677fdb8cbfad13f460923dc92f1c9587b84a4e74.tar.lz
marcuscom-ports-677fdb8cbfad13f460923dc92f1c9587b84a4e74.tar.xz
marcuscom-ports-677fdb8cbfad13f460923dc92f1c9587b84a4e74.tar.zst
marcuscom-ports-677fdb8cbfad13f460923dc92f1c9587b84a4e74.zip
Sync w/ FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15477 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r--graphics/shotwell/Makefile13
1 files changed, 4 insertions, 9 deletions
diff --git a/graphics/shotwell/Makefile b/graphics/shotwell/Makefile
index bb8a1e751..3840a597e 100644
--- a/graphics/shotwell/Makefile
+++ b/graphics/shotwell/Makefile
@@ -7,15 +7,14 @@
PORTNAME= shotwell
PORTVERSION= 0.7.2
-PORTREVISION= 1
+PORTREVISION= 3
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 \
webkitgtk-1.0:${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}")