diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2010-01-23 15:28:11 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2010-01-23 15:28:11 +0800 |
commit | 884722cf1c61299e87592f72324ee96b6cf494ae (patch) | |
tree | 0dd4eb6f88b22feeb9c378545da034d2e8ff631a /www/p5-WebService-ISBNDB | |
parent | defebaa8e582a29942af4442126beeec5f12c435 (diff) | |
download | freebsd-ports-gnome-884722cf1c61299e87592f72324ee96b6cf494ae.tar.gz freebsd-ports-gnome-884722cf1c61299e87592f72324ee96b6cf494ae.tar.zst freebsd-ports-gnome-884722cf1c61299e87592f72324ee96b6cf494ae.zip |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 3).
Approved by: portmgr (itetcu)
Diffstat (limited to 'www/p5-WebService-ISBNDB')
-rw-r--r-- | www/p5-WebService-ISBNDB/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/p5-WebService-ISBNDB/Makefile b/www/p5-WebService-ISBNDB/Makefile index 8850e2116d7c..bc7278b48399 100644 --- a/www/p5-WebService-ISBNDB/Makefile +++ b/www/p5-WebService-ISBNDB/Makefile @@ -21,8 +21,7 @@ RUN_DEPENDS= p5-Business-ISBN>=1.80:${PORTSDIR}/misc/p5-Business-ISBN \ p5-libwww>=5.801:${PORTSDIR}/www/p5-libwww \ p5-XML-LibXML>=1.58:${PORTSDIR}/textproc/p5-XML-LibXML \ p5-TimeDate>=1.16:${PORTSDIR}/devel/p5-TimeDate -BUILD_DEPENDS= ${RUN_DEPENDS} \ - p5-Test-Simple>0:${PORTSDIR}/devel/p5-Test-Simple +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_MODBUILD= yes |