diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2001-01-06 19:32:35 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2001-01-06 19:32:35 +0000 |
commit | 13cb86ebad650a8043826d6e1c7002caef451aac (patch) | |
tree | c95e84f4fb159ac114fbd2cc03bc442d82c61259 /net/p5-SOAP | |
parent | 91cfe10d515dec397f134f5689180df3d8bfa87b (diff) | |
download | ports-13cb86ebad650a8043826d6e1c7002caef451aac.tar.gz ports-13cb86ebad650a8043826d6e1c7002caef451aac.zip |
Remove extra " perl5" at end of dependency line.
Submitted by: obento..
Notes
Notes:
svn path=/head/; revision=36869
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} |