Make itstool only a BUILD_DEPENDS, and bump PORTREVISION for RUN_DEPENDS

change.

Approved by:	maintainer (Ben Woods)
Noticed by:	danfe
This commit is contained in:
Adam Weinberger 2015-03-27 14:30:01 +00:00
parent a269b7bb0a
commit cf044da9b2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=382420

View File

@ -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