Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Nov 2015 14:28:53 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r401246 - head/ports-mgmt/freebsd-bugzilla-cli
Message-ID:  <201511111428.tABESrCU024518@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511111428.tABESrCU024518>