diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-05 23:03:27 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-05 23:03:27 +0000 |
commit | 30ea476ca931ee26763df61d10ed3042419d6aa2 (patch) | |
tree | 0b0c11c92cb63c5cb08a0f99abac86a2d4be2a40 /finance | |
parent | a594f65604f8b31b6d57530d1dba3e1efe75fe6c (diff) |
Notes
Diffstat (limited to 'finance')
-rw-r--r-- | finance/p5-Business-WorldPay-Junior/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/finance/p5-Business-WorldPay-Junior/Makefile b/finance/p5-Business-WorldPay-Junior/Makefile index 213bdd5fabb9..6cf19c4d468c 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 + ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |