diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 05:16:13 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 05:16:13 +0000 |
commit | 332b64b050c99e13c55bc8b3cf96b52727c5cf63 (patch) | |
tree | 9c597d6e500729ed5084eb97a4799d7271d59dc8 /textproc/p5-Pod-Abstract | |
parent | 7e74ee47cde8b53a8ff45dbe3b014664a25f6079 (diff) | |
download | ports-332b64b050c99e13c55bc8b3cf96b52727c5cf63.tar.gz ports-332b64b050c99e13c55bc8b3cf96b52727c5cf63.zip |
Notes
Diffstat (limited to 'textproc/p5-Pod-Abstract')
-rw-r--r-- | textproc/p5-Pod-Abstract/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-Pod-Abstract/Makefile b/textproc/p5-Pod-Abstract/Makefile index 4eaf0a06fa47..1b45e583acea 100644 --- a/textproc/p5-Pod-Abstract/Makefile +++ b/textproc/p5-Pod-Abstract/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= cm@therek.net COMMENT= Abstract document tree for Perl POD documents -BUILD_DEPENDS= ${SITE_PERL}/IO/String.pm:${PORTSDIR}/devel/p5-IO-String \ - ${SITE_PERL}/Task/Weaken.pm:${PORTSDIR}/devel/p5-Task-Weaken +BUILD_DEPENDS= p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String \ + p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= YES |