Date: Fri, 22 Jan 2016 09:53:02 +0000 (UTC) From: Lars Engels <lme@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406896 - head/graphics/lightzone Message-ID: <201601220953.u0M9r2Gk010054@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lme Date: Fri Jan 22 09:53:01 2016 New Revision: 406896 URL: https://svnweb.freebsd.org/changeset/ports/406896 Log: - Add a runtime dependecy on java/javahelp - Bump PORTREVISION Approved by: portmgr blanket (implicit) MFH: 2016Q1 Modified: head/graphics/lightzone/Makefile Modified: head/graphics/lightzone/Makefile ============================================================================== --- head/graphics/lightzone/Makefile Fri Jan 22 09:15:33 2016 (r406895) +++ head/graphics/lightzone/Makefile Fri Jan 22 09:53:01 2016 (r406896) @@ -3,6 +3,7 @@ PORTNAME= lightzone DISTVERSION= 4.1.5 +PORTREVISION= 1 CATEGORIES= graphics java DIST_SUBDIR= ${PORTNAME} @@ -18,6 +19,7 @@ BUILD_DEPENDS= jhindexer:${PORTSDIR}/jav autoconf:${PORTSDIR}/devel/autoconf LIB_DEPENDS= liblcms2.so:${PORTSDIR}/graphics/lcms2 \ libtiff.so:${PORTSDIR}/graphics/tiff +RUN_DEPENDS= jhindexer:${PORTSDIR}/java/javahelp USE_GITHUB= yes GH_ACCOUNT= ktgw0316
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601220953.u0M9r2Gk010054>