summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2012-06-10 18:42:48 +0000
committerSteve Wills <swills@FreeBSD.org>2012-06-10 18:42:48 +0000
commit63d09c9c9b84669faec2c94444cb4ba43ca65ec0 (patch)
tree897864e11191cee1fd0515a4af0b3aa5ab400840 /misc
parent- Convert to OptionsNG (diff)
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi)
Notes
Notes: svn path=/head/; revision=298970
Diffstat (limited to 'misc')
-rw-r--r--misc/bibletime/Makefile2
-rw-r--r--misc/p5-Array-Diff/Makefile2
-rw-r--r--misc/p5-Geo-Cache/Makefile2
-rw-r--r--misc/p5-Geo-Coder-Multiple/Makefile2
-rw-r--r--misc/p5-Locale-Geocode/Makefile2
-rw-r--r--misc/xiphos/Makefile2
6 files changed, 6 insertions, 6 deletions
diff --git a/misc/bibletime/Makefile b/misc/bibletime/Makefile
index af0a70669763..3784d0bb7554 100644
--- a/misc/bibletime/Makefile
+++ b/misc/bibletime/Makefile
@@ -18,7 +18,7 @@ LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${LOCALBASE}/lib/libsword-1.6.2.so:${PORTSDIR}/misc/sword
-BUILD_DEPENDS= ${RUN_DEPENDS}
+BUILD_DEPENDS:= ${RUN_DEPENDS}
LIB_DEPENDS= clucene.0:${PORTSDIR}/textproc/clucene
USE_BZIP2= yes
diff --git a/misc/p5-Array-Diff/Makefile b/misc/p5-Array-Diff/Makefile
index f544bb7c8230..8df7105339c9 100644
--- a/misc/p5-Array-Diff/Makefile
+++ b/misc/p5-Array-Diff/Makefile
@@ -16,7 +16,7 @@ COMMENT= Diff two arrays
RUN_DEPENDS= p5-Algorithm-Diff>=1.19:${PORTSDIR}/devel/p5-Algorithm-Diff \
p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor
-BUILD_DEPENDS= ${RUN_DEPENDS}
+BUILD_DEPENDS:= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
diff --git a/misc/p5-Geo-Cache/Makefile b/misc/p5-Geo-Cache/Makefile
index daa5254353b6..06f4ed304f3f 100644
--- a/misc/p5-Geo-Cache/Makefile
+++ b/misc/p5-Geo-Cache/Makefile
@@ -16,7 +16,7 @@ COMMENT= Object interface for GPS waypoints
RUN_DEPENDS= p5-Time-modules>=0:${PORTSDIR}/devel/p5-Time-modules \
p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple
-BUILD_DEPENDS= ${RUN_DEPENDS}
+BUILD_DEPENDS:= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
diff --git a/misc/p5-Geo-Coder-Multiple/Makefile b/misc/p5-Geo-Coder-Multiple/Makefile
index 9ea9e7f20f66..d59de9eaf895 100644
--- a/misc/p5-Geo-Coder-Multiple/Makefile
+++ b/misc/p5-Geo-Coder-Multiple/Makefile
@@ -16,7 +16,7 @@ MAINTAINER= wen@FreeBSD.org
COMMENT= Perl module to tie together multiple Geo::Coder modules
RUN_DEPENDS= p5-List-Util-WeightedRoundRobin>=0:${PORTSDIR}/misc/p5-List-Util-WeightedRoundRobin
-BUILD_DEPENDS= ${RUN_DEPENDS}
+BUILD_DEPENDS:= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
diff --git a/misc/p5-Locale-Geocode/Makefile b/misc/p5-Locale-Geocode/Makefile
index fc819f1c4e63..c15383c5d47d 100644
--- a/misc/p5-Locale-Geocode/Makefile
+++ b/misc/p5-Locale-Geocode/Makefile
@@ -19,7 +19,7 @@ MAKE_JOBS_SAFE= yes
RUN_DEPENDS= p5-XML-SAX-Expat>=0.39:${PORTSDIR}/textproc/p5-XML-SAX-Expat \
p5-XML-Simple>=2.16:${PORTSDIR}/textproc/p5-XML-Simple
-BUILD_DEPENDS= ${RUN_DEPENDS}
+BUILD_DEPENDS:= ${RUN_DEPENDS}
PERL_CONFIGURE= YES
diff --git a/misc/xiphos/Makefile b/misc/xiphos/Makefile
index effdb0869145..8e9fbaffcbfa 100644
--- a/misc/xiphos/Makefile
+++ b/misc/xiphos/Makefile
@@ -17,7 +17,7 @@ COMMENT= A bible interface utilizing the sword framework
LICENSE= GPLv2
RUN_DEPENDS= ${LOCALBASE}/lib/libsword-1.6.2.so:${PORTSDIR}/misc/sword
-BUILD_DEPENDS= ${RUN_DEPENDS} \
+BUILD_DEPENDS:= ${RUN_DEPENDS} \
docbook2html:${PORTSDIR}/textproc/docbook-utils \
gnome-doc-tool:${PORTSDIR}/textproc/gnome-doc-utils \
nspr>=4.8:${PORTSDIR}/devel/nspr