diff options
author | roam <roam@FreeBSD.org> | 2001-01-09 13:38:57 +0000 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2001-01-09 13:38:57 +0000 |
commit | 2c2d40acb6d6ee4cf32baea4cc81f355c5e30a9c (patch) | |
tree | 13788826c557dfd9b4b13a5bfe33ae74c54e4d12 /www | |
parent | 6450839aa4a8f5480f1124e67e3c0a642691672b (diff) | |
download | FreeBSD-ports-2c2d40acb6d6ee4cf32baea4cc81f355c5e30a9c.zip FreeBSD-ports-2c2d40acb6d6ee4cf32baea4cc81f355c5e30a9c.tar.gz |
Remove an extraneous 'perl5' word on the BUILD_DEPENDS line.
Approved by: will
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-WWW-Babelfish/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-WWW-Babelfish/Makefile b/www/p5-WWW-Babelfish/Makefile index 688d0bb..d364bfc 100644 --- a/www/p5-WWW-Babelfish/Makefile +++ b/www/p5-WWW-Babelfish/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org -BUILD_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww perl5 +BUILD_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww RUN_DEPENDS= ${BUILD_DEPENDS} SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} |