aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/entangle
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2015-03-27 22:30:01 +0800
committeradamw <adamw@FreeBSD.org>2015-03-27 22:30:01 +0800
commit76e305747d0c818d72b5332ef5e270ee7f67bac5 (patch)
tree97992bbc18223ad7523710e768b45dfeb39de0ab /graphics/entangle
parentfe7fa05cee0b976dc50a345cb42cc2ed0af93a1d (diff)
downloadfreebsd-ports-gnome-76e305747d0c818d72b5332ef5e270ee7f67bac5.tar.gz
freebsd-ports-gnome-76e305747d0c818d72b5332ef5e270ee7f67bac5.tar.zst
freebsd-ports-gnome-76e305747d0c818d72b5332ef5e270ee7f67bac5.zip
Make itstool only a BUILD_DEPENDS, and bump PORTREVISION for RUN_DEPENDS
change. Approved by: maintainer (Ben Woods) Noticed by: danfe
Diffstat (limited to 'graphics/entangle')
-rw-r--r--graphics/entangle/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/entangle/Makefile b/graphics/entangle/Makefile
index 74afa13c363c..e9abdaeeee3f 100644
--- a/graphics/entangle/Makefile
+++ b/graphics/entangle/Makefile
@@ -3,6 +3,7 @@
PORTNAME= entangle
DISTVERSION= 0.7.0
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://entangle-photo.org/download/sources/
@@ -19,7 +20,7 @@ LIB_DEPENDS= libgphoto2.so:${PORTSDIR}/graphics/libgphoto2 \
libgexiv2.so:${PORTSDIR}/graphics/gexiv2 \
libraw_r.so:${PORTSDIR}/graphics/libraw \
libpeas-1.0.so:${PORTSDIR}/devel/libpeas
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS:= ${BUILD_DEPENDS:Nitstool*}
USES= gettext-tools gmake libtool pkgconfig
GNU_CONFIGURE= yes