diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-04 17:17:22 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-04 17:17:22 +0000 |
commit | b9b4157f60f094627436e828086d504cbf1bba92 (patch) | |
tree | 6862ca7598b506a946beaf3e2cbed0947dd64e6a /www/p5-Apache-ConfigParser | |
parent | 235b4458e31c1bd16f2db6c015e1d680929d9f7c (diff) | |
download | ports-b9b4157f60f094627436e828086d504cbf1bba92.tar.gz ports-b9b4157f60f094627436e828086d504cbf1bba92.zip |
Notes
Diffstat (limited to 'www/p5-Apache-ConfigParser')
-rw-r--r-- | www/p5-Apache-ConfigParser/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-Apache-ConfigParser/Makefile b/www/p5-Apache-ConfigParser/Makefile index 60a972025c53..c8f2608a69aa 100644 --- a/www/p5-Apache-ConfigParser/Makefile +++ b/www/p5-Apache-ConfigParser/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Load Apache configuration files -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/FnMatch.pm:${PORTSDIR}/devel/p5-File-FnMatch \ - ${SITE_PERL}/Tree/DAG_Node.pm:${PORTSDIR}/devel/p5-Tree-DAG_Node +BUILD_DEPENDS= p5-File-FnMatch>=0:${PORTSDIR}/devel/p5-File-FnMatch \ + p5-Tree-DAG_Node>=0:${PORTSDIR}/devel/p5-Tree-DAG_Node MAKE_JOBS_SAFE= yes |