Date: Fri, 27 Mar 2015 14:30:02 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382420 - head/graphics/entangle Message-ID: <201503271430.t2REU22w086500@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Fri Mar 27 14:30:01 2015 New Revision: 382420 URL: https://svnweb.freebsd.org/changeset/ports/382420 QAT: https://qat.redports.org/buildarchive/r382420/ Log: Make itstool only a BUILD_DEPENDS, and bump PORTREVISION for RUN_DEPENDS change. Approved by: maintainer (Ben Woods) Noticed by: danfe Modified: head/graphics/entangle/Makefile Modified: head/graphics/entangle/Makefile ============================================================================== --- head/graphics/entangle/Makefile Fri Mar 27 14:11:53 2015 (r382419) +++ head/graphics/entangle/Makefile Fri Mar 27 14:30:01 2015 (r382420) @@ -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}/g 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503271430.t2REU22w086500>