svn commit: r406896 - head/graphics/lightzone

Lars Engels lme at FreeBSD.org
Fri Jan 22 09:53:03 UTC 2016


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


More information about the svn-ports-all mailing list