svn commit: r401246 - head/ports-mgmt/freebsd-bugzilla-cli

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Nov 11 14:28:54 UTC 2015


Author: sunpoet
Date: Wed Nov 11 14:28:52 2015
New Revision: 401246
URL: https://svnweb.freebsd.org/changeset/ports/401246

Log:
  - Add PORTSDIR to RUN_DEPENDS: the PORTSDIR removal is planned after 2016Q1 branch created
  
  Reference:	https://lists.freebsd.org/pipermail/freebsd-ports/2015-October/100794.html
  Approved by:	portmgr (blanket)

Modified:
  head/ports-mgmt/freebsd-bugzilla-cli/Makefile   (contents, props changed)

Modified: head/ports-mgmt/freebsd-bugzilla-cli/Makefile
==============================================================================
--- head/ports-mgmt/freebsd-bugzilla-cli/Makefile	Wed Nov 11 13:49:56 2015	(r401245)
+++ head/ports-mgmt/freebsd-bugzilla-cli/Makefile	Wed Nov 11 14:28:52 2015	(r401246)
@@ -11,7 +11,7 @@ COMMENT=	Interact with the FreeBSD bugzi
 
 LICENSE=	APACHE20
 
-RUN_DEPENDS=	ca_root_nss>=0:security/ca_root_nss
+RUN_DEPENDS=	ca_root_nss>=0:${PORTSDIR}/security/ca_root_nss
 
 OPTIONS_GROUP=	BACKEND
 OPTIONS_GROUP_BACKEND=	PYBUGZ


More information about the svn-ports-all mailing list