diff options
author | asami <asami@FreeBSD.org> | 2001-01-07 03:32:35 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2001-01-07 03:32:35 +0800 |
commit | 7ee292a670b48e7f2744777d4361f16fffffeef0 (patch) | |
tree | 1a3864dee9716731073253564e04e91e97805f8e /net/p5-SOAP | |
parent | eef4ad68daa53a6dcb6307d8b93e66dc88f021cf (diff) | |
download | freebsd-ports-gnome-7ee292a670b48e7f2744777d4361f16fffffeef0.tar.gz freebsd-ports-gnome-7ee292a670b48e7f2744777d4361f16fffffeef0.tar.zst freebsd-ports-gnome-7ee292a670b48e7f2744777d4361f16fffffeef0.zip |
Remove extra " perl5" at end of dependency line.
Submitted by: obento..
Diffstat (limited to 'net/p5-SOAP')
-rw-r--r-- | net/p5-SOAP/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/p5-SOAP/Makefile b/net/p5-SOAP/Makefile index 973bbc9f39c4..54b667146b4a 100644 --- a/net/p5-SOAP/Makefile +++ b/net/p5-SOAP/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ - ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww perl5 + ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww RUN_DEPENDS= ${BUILD_DEPENDS} SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} |