diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2012-01-21 17:40:15 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2012-01-21 17:40:15 +0000 |
commit | c59a3834c4bd220def36c5006080d4e0f57b83e0 (patch) | |
tree | d65d5bf921ef2499700b90c4dc6855a0137ddaf2 /finance | |
parent | 556296fe6692c3141d20c3bf87b479397ff4f4b0 (diff) | |
download | ports-c59a3834c4bd220def36c5006080d4e0f57b83e0.tar.gz ports-c59a3834c4bd220def36c5006080d4e0f57b83e0.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
Notes
Notes:
svn path=/head/; revision=289563
Diffstat (limited to 'finance')
31 files changed, 31 insertions, 31 deletions
diff --git a/finance/ledgersmb/Makefile b/finance/ledgersmb/Makefile index c3161decc328..7f2ad6441e56 100644 --- a/finance/ledgersmb/Makefile +++ b/finance/ledgersmb/Makefile @@ -15,7 +15,7 @@ MAINTAINER= anarcat@anarcat.ath.cx COMMENT= A double entry accounting system BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} NO_BUILD= yes USE_PERL5= yes diff --git a/finance/ledgersmb12/Makefile b/finance/ledgersmb12/Makefile index bf478664d7aa..aacb47e3533d 100644 --- a/finance/ledgersmb12/Makefile +++ b/finance/ledgersmb12/Makefile @@ -16,7 +16,7 @@ COMMENT= A double entry accounting system BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg \ ${SITE_PERL}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite \ ${SITE_PERL}/Config/Std.pm:${PORTSDIR}/devel/p5-Config-Std -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} LATEST_LINK= ledgersmb12 diff --git a/finance/openerp-web/Makefile b/finance/openerp-web/Makefile index ed71a41f756f..1bc5f9110fa9 100644 --- a/finance/openerp-web/Makefile +++ b/finance/openerp-web/Makefile @@ -23,7 +23,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cherrypy>0:${PORTSDIR}/www/py-cherrypy \ ${PYTHON_PKGNAMEPREFIX}parsing>0:${PORTSDIR}/devel/py-parsing \ ${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz \ ${PYTHON_PKGNAMEPREFIX}xlwt>0:${PORTSDIR}/textproc/py-xlwt -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_GETTEXT= yes diff --git a/finance/p5-Business-OnlinePayment-2CheckOut/Makefile b/finance/p5-Business-OnlinePayment-2CheckOut/Makefile index 031633c67f07..84eaefb0ea89 100644 --- a/finance/p5-Business-OnlinePayment-2CheckOut/Makefile +++ b/finance/p5-Business-OnlinePayment-2CheckOut/Makefile @@ -18,7 +18,7 @@ COMMENT= A Business::OnlinePayment backend module for 2CheckOut authorization se BUILD_DEPENDS= ${SITE_PERL}/Business/CreditCard.pm:${PORTSDIR}/finance/p5-Business-CreditCard \ ${SITE_PERL}/Business/OnlinePayment.pm:${PORTSDIR}/finance/p5-Business-OnlinePayment \ ${SITE_PERL}/${PERL_ARCH}/Text/CSV_XS.pm:${PORTSDIR}/textproc/p5-Text-CSV_XS -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/finance/p5-Business-OnlinePayment-BankOfAmerica/Makefile b/finance/p5-Business-OnlinePayment-BankOfAmerica/Makefile index 396c751be792..b568b2ca994c 100644 --- a/finance/p5-Business-OnlinePayment-BankOfAmerica/Makefile +++ b/finance/p5-Business-OnlinePayment-BankOfAmerica/Makefile @@ -17,7 +17,7 @@ COMMENT= A Business::OnlinePayment backend module for Bank of America eStores BUILD_DEPENDS= ${SITE_PERL}/Business/CreditCard.pm:${PORTSDIR}/finance/p5-Business-CreditCard \ ${SITE_PERL}/Business/OnlinePayment.pm:${PORTSDIR}/finance/p5-Business-OnlinePayment -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/finance/p5-Business-OnlinePayment-Cardstream/Makefile b/finance/p5-Business-OnlinePayment-Cardstream/Makefile index 607eeeeaa863..e42086e9190b 100644 --- a/finance/p5-Business-OnlinePayment-Cardstream/Makefile +++ b/finance/p5-Business-OnlinePayment-Cardstream/Makefile @@ -17,7 +17,7 @@ COMMENT= A Business::OnlinePayment backend module for Cardstream BUILD_DEPENDS= ${SITE_PERL}/Business/CreditCard.pm:${PORTSDIR}/finance/p5-Business-CreditCard \ ${SITE_PERL}/Business/OnlinePayment.pm:${PORTSDIR}/finance/p5-Business-OnlinePayment -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/finance/p5-Business-OnlinePayment-Jettis/Makefile b/finance/p5-Business-OnlinePayment-Jettis/Makefile index 0a5f1006f966..a646f9818e38 100644 --- a/finance/p5-Business-OnlinePayment-Jettis/Makefile +++ b/finance/p5-Business-OnlinePayment-Jettis/Makefile @@ -16,7 +16,7 @@ COMMENT= A Business::OnlinePayment backend module for Jettis BUILD_DEPENDS= ${SITE_PERL}/Business/CreditCard.pm:${PORTSDIR}/finance/p5-Business-CreditCard \ ${SITE_PERL}/Business/OnlinePayment.pm:${PORTSDIR}/finance/p5-Business-OnlinePayment -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/finance/p5-Business-OnlinePayment-LinkPoint/Makefile b/finance/p5-Business-OnlinePayment-LinkPoint/Makefile index f97695026224..83810fb7e69f 100644 --- a/finance/p5-Business-OnlinePayment-LinkPoint/Makefile +++ b/finance/p5-Business-OnlinePayment-LinkPoint/Makefile @@ -16,7 +16,7 @@ COMMENT= A Business::OnlinePayment backend module for LinkPoint BUILD_DEPENDS= ${SITE_PERL}/Business/CreditCard.pm:${PORTSDIR}/finance/p5-Business-CreditCard \ ${SITE_PERL}/Business/OnlinePayment.pm:${PORTSDIR}/finance/p5-Business-OnlinePayment -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/finance/p5-Business-OnlinePayment-MerchantCommerce/Makefile b/finance/p5-Business-OnlinePayment-MerchantCommerce/Makefile index 98526d3cb99b..d23d5c22be8d 100644 --- a/finance/p5-Business-OnlinePayment-MerchantCommerce/Makefile +++ b/finance/p5-Business-OnlinePayment-MerchantCommerce/Makefile @@ -16,7 +16,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= A Business::OnlinePayment backend module for MerchantCommerce authorization service BUILD_DEPENDS= ${SITE_PERL}/Business/OnlinePayment.pm:${PORTSDIR}/finance/p5-Business-OnlinePayment -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/finance/p5-Business-OnlinePayment-Network1Financial/Makefile b/finance/p5-Business-OnlinePayment-Network1Financial/Makefile index 9db718b64437..c18876df4340 100644 --- a/finance/p5-Business-OnlinePayment-Network1Financial/Makefile +++ b/finance/p5-Business-OnlinePayment-Network1Financial/Makefile @@ -17,7 +17,7 @@ COMMENT= A Business::OnlinePayment backend module for Network1 Financial BUILD_DEPENDS= ${SITE_PERL}/Business/CreditCard.pm:${PORTSDIR}/finance/p5-Business-CreditCard \ ${SITE_PERL}/Business/OnlinePayment.pm:${PORTSDIR}/finance/p5-Business-OnlinePayment -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/finance/p5-Business-OnlinePayment-OCV/Makefile b/finance/p5-Business-OnlinePayment-OCV/Makefile index 066686ebdb12..a84768f25ed9 100644 --- a/finance/p5-Business-OnlinePayment-OCV/Makefile +++ b/finance/p5-Business-OnlinePayment-OCV/Makefile @@ -17,7 +17,7 @@ COMMENT= A Business::OnlinePayment backend module for OCV BUILD_DEPENDS= ${SITE_PERL}/Business/OnlinePayment.pm:${PORTSDIR}/finance/p5-Business-OnlinePayment \ ${SITE_PERL}/Business/OCV.pm:${PORTSDIR}/finance/p5-Business-OCV -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/finance/p5-Business-OnlinePayment-PayConnect/Makefile b/finance/p5-Business-OnlinePayment-PayConnect/Makefile index 7b5ef1a951eb..a803542bfa55 100644 --- a/finance/p5-Business-OnlinePayment-PayConnect/Makefile +++ b/finance/p5-Business-OnlinePayment-PayConnect/Makefile @@ -17,7 +17,7 @@ COMMENT= A Business::OnlinePayment backend module for PaymentOne PayConnect BUILD_DEPENDS= ${SITE_PERL}/Business/CreditCard.pm:${PORTSDIR}/finance/p5-Business-CreditCard \ ${SITE_PERL}/Business/OnlinePayment.pm:${PORTSDIR}/finance/p5-Business-OnlinePayment -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/finance/p5-Business-OnlinePayment-PayflowPro/Makefile b/finance/p5-Business-OnlinePayment-PayflowPro/Makefile index f9802cd03efa..7ecabac0b24d 100644 --- a/finance/p5-Business-OnlinePayment-PayflowPro/Makefile +++ b/finance/p5-Business-OnlinePayment-PayflowPro/Makefile @@ -16,7 +16,7 @@ COMMENT= A Business::OnlinePayment backend module for PayflowPro BUILD_DEPENDS= ${SITE_PERL}/Business/OnlinePayment.pm:${PORTSDIR}/finance/p5-Business-OnlinePayment \ ${SITE_PERL}/mach/PFProAPI.pm:${PORTSDIR}/finance/p5-PFProAPI -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/finance/p5-Business-OnlinePayment-PaymentsGateway/Makefile b/finance/p5-Business-OnlinePayment-PaymentsGateway/Makefile index 2e6bc3e533b6..14efe02f7e84 100644 --- a/finance/p5-Business-OnlinePayment-PaymentsGateway/Makefile +++ b/finance/p5-Business-OnlinePayment-PaymentsGateway/Makefile @@ -17,7 +17,7 @@ COMMENT= A Business::OnlinePayment backend module for PaymentsGateway.net ACH Di BUILD_DEPENDS= ${SITE_PERL}/Business/CreditCard.pm:${PORTSDIR}/finance/p5-Business-CreditCard \ ${SITE_PERL}/Business/OnlinePayment.pm:${PORTSDIR}/finance/p5-Business-OnlinePayment -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/finance/p5-Business-OnlinePayment-SurePay/Makefile b/finance/p5-Business-OnlinePayment-SurePay/Makefile index 1f5e9a709896..c369959b492c 100644 --- a/finance/p5-Business-OnlinePayment-SurePay/Makefile +++ b/finance/p5-Business-OnlinePayment-SurePay/Makefile @@ -16,7 +16,7 @@ COMMENT= A Business::OnlinePayment backend module for SurePay authorization serv BUILD_DEPENDS= ${SITE_PERL}/Business/CreditCard.pm:${PORTSDIR}/finance/p5-Business-CreditCard \ ${SITE_PERL}/Business/OnlinePayment.pm:${PORTSDIR}/finance/p5-Business-OnlinePayment -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/finance/p5-Business-OnlinePayment-TCLink/Makefile b/finance/p5-Business-OnlinePayment-TCLink/Makefile index b8fb9fe77673..5d2f17405895 100644 --- a/finance/p5-Business-OnlinePayment-TCLink/Makefile +++ b/finance/p5-Business-OnlinePayment-TCLink/Makefile @@ -18,7 +18,7 @@ COMMENT= A Business::OnlinePayment backend module for TrustCommerce BUILD_DEPENDS= ${SITE_PERL}/Business/CreditCard.pm:${PORTSDIR}/finance/p5-Business-CreditCard \ ${SITE_PERL}/Business/OnlinePayment.pm:${PORTSDIR}/finance/p5-Business-OnlinePayment \ ${SITE_PERL}/${PERL_ARCH}/Net/TCLink.pm:${PORTSDIR}/net/p5-Net-TCLink -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/finance/p5-Business-OnlinePayment-VirtualNet/Makefile b/finance/p5-Business-OnlinePayment-VirtualNet/Makefile index 2ea513da73d1..8cac741bb4a4 100644 --- a/finance/p5-Business-OnlinePayment-VirtualNet/Makefile +++ b/finance/p5-Business-OnlinePayment-VirtualNet/Makefile @@ -21,7 +21,7 @@ BUILD_DEPENDS= ${SITE_PERL}/Business/CreditCard.pm:${PORTSDIR}/finance/p5-Busine ${SITE_PERL}/File/CounterFile.pm:${PORTSDIR}/misc/p5-File-CounterFile \ ${SITE_PERL}/String/Parity.pm:${PORTSDIR}/devel/p5-String-Parity \ ${SITE_PERL}/${PERL_ARCH}/String/LRC.pm:${PORTSDIR}/devel/p5-String-LRC -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/finance/p5-Business-OnlinePayment-eSec/Makefile b/finance/p5-Business-OnlinePayment-eSec/Makefile index 7a5a6a13dab9..c22edc9944be 100644 --- a/finance/p5-Business-OnlinePayment-eSec/Makefile +++ b/finance/p5-Business-OnlinePayment-eSec/Makefile @@ -17,7 +17,7 @@ COMMENT= An Business::OnlinePayment backend module for eSec BUILD_DEPENDS= ${SITE_PERL}/Business/CreditCard.pm:${PORTSDIR}/finance/p5-Business-CreditCard \ ${SITE_PERL}/Business/OnlinePayment.pm:${PORTSDIR}/finance/p5-Business-OnlinePayment -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/finance/p5-Business-OnlinePayment-iAuthorizer/Makefile b/finance/p5-Business-OnlinePayment-iAuthorizer/Makefile index d460f60493fd..bc1878cd2d2a 100644 --- a/finance/p5-Business-OnlinePayment-iAuthorizer/Makefile +++ b/finance/p5-Business-OnlinePayment-iAuthorizer/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A Business::OnlinePayment backend module for iAuthorizer BUILD_DEPENDS= ${SITE_PERL}/Business/OnlinePayment.pm:${PORTSDIR}/finance/p5-Business-OnlinePayment -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/finance/p5-Business-OnlinePayment/Makefile b/finance/p5-Business-OnlinePayment/Makefile index a086c728fb72..fe2d3b80bfed 100644 --- a/finance/p5-Business-OnlinePayment/Makefile +++ b/finance/p5-Business-OnlinePayment/Makefile @@ -22,7 +22,7 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-N ${SITE_PERL}/Tie/IxHash.pm:${PORTSDIR}/devel/p5-Tie-IxHash \ ${SITE_PERL}/${PERL_ARCH}/Crypt/SSLeay.pm:${PORTSDIR}/security/p5-Crypt-SSLeay \ ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/finance/p5-Business-TW-Invoice-U420/Makefile b/finance/p5-Business-TW-Invoice-U420/Makefile index 3ff24c6a3e66..fe099bf7aa8b 100644 --- a/finance/p5-Business-TW-Invoice-U420/Makefile +++ b/finance/p5-Business-TW-Invoice-U420/Makefile @@ -15,7 +15,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Print Taiwan Unified Invoice with U420 printer BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/finance/p5-Business-TW-TSIB-CStorePayment/Makefile b/finance/p5-Business-TW-TSIB-CStorePayment/Makefile index bffcef7e0843..a3ae976db52f 100644 --- a/finance/p5-Business-TW-TSIB-CStorePayment/Makefile +++ b/finance/p5-Business-TW-TSIB-CStorePayment/Makefile @@ -17,7 +17,7 @@ COMMENT= Module for Taishin Bank Convenient Store Payment Management BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/finance/p5-Business-WorldPay-Junior/Makefile b/finance/p5-Business-WorldPay-Junior/Makefile index b9a8ae145c45..420e967703d6 100644 --- a/finance/p5-Business-WorldPay-Junior/Makefile +++ b/finance/p5-Business-WorldPay-Junior/Makefile @@ -17,7 +17,7 @@ COMMENT= Perl module to handle WorldPay Junior for payment services BUILD_DEPENDS= ${SITE_PERL}/Business/CreditCard.pm:${PORTSDIR}/finance/p5-Business-CreditCard \ ${SITE_PERL}/Business/OnlinePayment.pm:${PORTSDIR}/finance/p5-Business-OnlinePayment \ ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/finance/p5-Finance-Currency-Convert-WebserviceX/Makefile b/finance/p5-Finance-Currency-Convert-WebserviceX/Makefile index df59966a3bdd..04971bafd8cf 100644 --- a/finance/p5-Finance-Currency-Convert-WebserviceX/Makefile +++ b/finance/p5-Finance-Currency-Convert-WebserviceX/Makefile @@ -16,7 +16,7 @@ COMMENT= Lightweight currency conversion using WebserviceX.NET BUILD_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ p5-Module-Install>=0.65:${PORTSDIR}/devel/p5-Module-Install -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/finance/p5-Finance-TW-EmergingQuote/Makefile b/finance/p5-Finance-TW-EmergingQuote/Makefile index fcdb5a336c95..c0b9c890920c 100644 --- a/finance/p5-Finance-TW-EmergingQuote/Makefile +++ b/finance/p5-Finance-TW-EmergingQuote/Makefile @@ -16,7 +16,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Check stock quotes from Taiwan Emerging Stock BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/finance/p5-Finance-TW-TSEQuote/Makefile b/finance/p5-Finance-TW-TSEQuote/Makefile index cee7f75ed152..cbc2d4d186e8 100644 --- a/finance/p5-Finance-TW-TSEQuote/Makefile +++ b/finance/p5-Finance-TW-TSEQuote/Makefile @@ -19,7 +19,7 @@ COMMENT= Check stock quotes from Taiwan Security Exchange BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-URI>=0:${PORTSDIR}/net/p5-URI -RUN_DEPENDS= ${BUILD_DEPENDS} \ +RUN_DEPENDS:= ${BUILD_DEPENDS} \ p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML \ p5-Finance-TW-EmergingQuote>=0:${PORTSDIR}/finance/p5-Finance-TW-EmergingQuote diff --git a/finance/p5-PFProAPI/Makefile b/finance/p5-PFProAPI/Makefile index cea422ee802e..a55112fda6d3 100644 --- a/finance/p5-PFProAPI/Makefile +++ b/finance/p5-PFProAPI/Makefile @@ -17,7 +17,7 @@ MAINTAINER= never@nevermind.kiev.ua COMMENT= Perl bindings for VeriSign's PayFlow Pro SDK BUILD_DEPENDS= pfpro:${PORTSDIR}/finance/pfpro -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/verisign/payflowpro/freebsd/perl PERL_CONFIGURE= yes diff --git a/finance/pear_Payment_DTA/Makefile b/finance/pear_Payment_DTA/Makefile index 90fa356f36a3..a6f93573d2c9 100644 --- a/finance/pear_Payment_DTA/Makefile +++ b/finance/pear_Payment_DTA/Makefile @@ -13,7 +13,7 @@ MAINTAINER= rottner@punkt.de COMMENT= PEAR class to create and handle DTA files used in Germany BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} CATEGORY= Payment FILES= DTA.php diff --git a/finance/sql-ledger/Makefile b/finance/sql-ledger/Makefile index 8abf6e702c1f..33ecbca191d4 100644 --- a/finance/sql-ledger/Makefile +++ b/finance/sql-ledger/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A double entry accounting system BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} NO_BUILD= yes USE_PERL5= yes diff --git a/finance/tinyerp-server/Makefile b/finance/tinyerp-server/Makefile index 2c8f46a964cd..069cfd841698 100644 --- a/finance/tinyerp-server/Makefile +++ b/finance/tinyerp-server/Makefile @@ -24,7 +24,7 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imag ${PYTHON_SITELIBDIR}/pyparsing.py:${PORTSDIR}/devel/py-parsing \ ${PYTHON_SITELIBDIR}/psycopgmodule.so:${PORTSDIR}/databases/py-psycopg \ ${PYTHON_SITELIBDIR}/reportlab/__init__.py:${PORTSDIR}/print/py-reportlab -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/server diff --git a/finance/trytond/Makefile b/finance/trytond/Makefile index 12f1fa95aaeb..7702ba78d4bb 100644 --- a/finance/trytond/Makefile +++ b/finance/trytond/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/mx/__init__.py:${PORTSDIR}/lang/py-mx-base \ ${PYTHON_PKGNAMEPREFIX}lxml>0:${PORTSDIR}/devel/py-lxml \ ${PYTHON_PKGNAMEPREFIX}Genshi>0.5.1:${PORTSDIR}/textproc/py-genshi \ ${PYTHON_PKGNAMEPREFIX}relatorio>=0.2.0:${PORTSDIR}/print/py-relatorio -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PYTHON= yes USE_PYDISTUTILS= easy_install |