diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 17:33:08 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 17:33:08 +0000 |
commit | 9bfeb8efe53f14febe8dc4d01d1a9b29a7a6dd9a (patch) | |
tree | 786b839f874db3f3cc0636df61e260a0f6635ad9 /net/p5-Apache2-SOAP | |
parent | 2b046148499a2eec7e89ccef77c7654d22d8ba70 (diff) |
Notes
Diffstat (limited to 'net/p5-Apache2-SOAP')
-rw-r--r-- | net/p5-Apache2-SOAP/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/p5-Apache2-SOAP/Makefile b/net/p5-Apache2-SOAP/Makefile index 38bb191ff12f..e70b2826842c 100644 --- a/net/p5-Apache2-SOAP/Makefile +++ b/net/p5-Apache2-SOAP/Makefile @@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= numisemis@yahoo.com COMMENT= Apache2 mod_perl2 SOAP Server -BUILD_DEPENDS= ${LOCALBASE}/${APACHEMODDIR}/mod_perl.so:${PORTSDIR}/www/mod_perl2 \ - p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite +BUILD_DEPENDS= ${APACHE_PKGNAMEPREFIX}mod_perl2>=0:${PORTSDIR}/www/mod_perl2 \ + p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |