diff options
author | eadler <eadler@FreeBSD.org> | 2012-01-22 01:40:15 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-01-22 01:40:15 +0800 |
commit | e9db6e5787c03eac4b5310b1b5abeee5eea88e8c (patch) | |
tree | 403e868e6517b550ecdf81ff503e5975785ab7d7 /misc | |
parent | 0c9cbf4cb27b7ccab5b886919dea648ef53e8a6b (diff) | |
download | freebsd-ports-gnome-e9db6e5787c03eac4b5310b1b5abeee5eea88e8c.tar.gz freebsd-ports-gnome-e9db6e5787c03eac4b5310b1b5abeee5eea88e8c.tar.zst freebsd-ports-gnome-e9db6e5787c03eac4b5310b1b5abeee5eea88e8c.zip |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr
Diffstat (limited to 'misc')
-rw-r--r-- | misc/cdcollect/Makefile | 2 | ||||
-rw-r--r-- | misc/p5-Array-FileReader/Makefile | 2 | ||||
-rw-r--r-- | misc/p5-Array-LineReader/Makefile | 2 | ||||
-rw-r--r-- | misc/p5-Business-Hours/Makefile | 2 | ||||
-rw-r--r-- | misc/p5-Business-ISIN/Makefile | 2 | ||||
-rw-r--r-- | misc/p5-Business-UPS/Makefile | 2 | ||||
-rw-r--r-- | misc/p5-Tie-DxHash/Makefile | 2 | ||||
-rw-r--r-- | misc/pear-Services_Weather/Makefile | 2 | ||||
-rw-r--r-- | misc/pear-Text_Figlet/Makefile | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/misc/cdcollect/Makefile b/misc/cdcollect/Makefile index de118d4a449b..66dfc9466c65 100644 --- a/misc/cdcollect/Makefile +++ b/misc/cdcollect/Makefile @@ -15,7 +15,7 @@ MAINTAINER= avl@FreeBSD.org COMMENT= A simple CD catalog for GNOME BUILD_DEPENDS= sqlite3>=3.0:${PORTSDIR}/databases/sqlite3 -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_BZIP2= yes GNU_CONFIGURE= yes diff --git a/misc/p5-Array-FileReader/Makefile b/misc/p5-Array-FileReader/Makefile index e5d338a6f46f..ad2d9f3a6a12 100644 --- a/misc/p5-Array-FileReader/Makefile +++ b/misc/p5-Array-FileReader/Makefile @@ -15,7 +15,7 @@ MAINTAINER= chinsan@FreeBSD.org COMMENT= Lazily tie files to arrays for reading BUILD_DEPENDS= p5-IO>=0:${PORTSDIR}/devel/p5-IO -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/misc/p5-Array-LineReader/Makefile b/misc/p5-Array-LineReader/Makefile index 8d33882ec160..0a34e73aa9a6 100644 --- a/misc/p5-Array-LineReader/Makefile +++ b/misc/p5-Array-LineReader/Makefile @@ -15,7 +15,7 @@ MAINTAINER= chinsan@FreeBSD.org COMMENT= Access lines of a file via an array BUILD_DEPENDS= p5-IO>=0:${PORTSDIR}/devel/p5-IO -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/misc/p5-Business-Hours/Makefile b/misc/p5-Business-Hours/Makefile index a357fbd1be1f..f2e12c0dab99 100644 --- a/misc/p5-Business-Hours/Makefile +++ b/misc/p5-Business-Hours/Makefile @@ -15,7 +15,7 @@ MAINTAINER= m.seaman@infracaninophile.co.uk COMMENT= Calculate business hours during a time period BUILD_DEPENDS= ${SITE_PERL}/Set/IntSpan.pm:${PORTSDIR}/math/p5-Set-IntSpan -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/misc/p5-Business-ISIN/Makefile b/misc/p5-Business-ISIN/Makefile index d351798f0392..31c468421465 100644 --- a/misc/p5-Business-ISIN/Makefile +++ b/misc/p5-Business-ISIN/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Validate International Securities Identification Numbers BUILD_DEPENDS= ${SITE_PERL}/Locale/Country.pm:${PORTSDIR}/misc/p5-Locale-Codes -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/misc/p5-Business-UPS/Makefile b/misc/p5-Business-UPS/Makefile index 012ae5d37431..592b7b92c008 100644 --- a/misc/p5-Business-UPS/Makefile +++ b/misc/p5-Business-UPS/Makefile @@ -16,7 +16,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= A UPS Interface Module BUILD_DEPENDS= ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/misc/p5-Tie-DxHash/Makefile b/misc/p5-Tie-DxHash/Makefile index 81ecd4a31743..d71992ffa498 100644 --- a/misc/p5-Tie-DxHash/Makefile +++ b/misc/p5-Tie-DxHash/Makefile @@ -15,7 +15,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Perl module implementing ordered hashes with duplicate keys BUILD_DEPENDS= p5-version>0:${PORTSDIR}/devel/p5-version -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/misc/pear-Services_Weather/Makefile b/misc/pear-Services_Weather/Makefile index 53012bc65948..abe34af24b32 100644 --- a/misc/pear-Services_Weather/Makefile +++ b/misc/pear-Services_Weather/Makefile @@ -13,7 +13,7 @@ MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR interface to various online weather-services BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ +RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request USE_PHP= ctype pcre diff --git a/misc/pear-Text_Figlet/Makefile b/misc/pear-Text_Figlet/Makefile index 53e21d63a57f..669b6e931613 100644 --- a/misc/pear-Text_Figlet/Makefile +++ b/misc/pear-Text_Figlet/Makefile @@ -13,7 +13,7 @@ MAINTAINER= miwi@FreeBSD.org COMMENT= Render text using FIGlet fonts BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} CATEGORY= Text FILES= Text/Figlet.php fonts/makisupa.flf |