diff options
author | az <az@FreeBSD.org> | 2012-06-30 13:16:13 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-30 13:16:13 +0800 |
commit | a9789f60fa92b5a9b4a87873f28a2d7cd1a3a0ed (patch) | |
tree | 84b0d28d22acaf7f695036720fa3476682bbf387 /textproc/p5-Pod-Abstract | |
parent | 881211bdd6636fded6ac9a315de4f88b461aa139 (diff) | |
download | freebsd-ports-gnome-a9789f60fa92b5a9b4a87873f28a2d7cd1a3a0ed.tar.gz freebsd-ports-gnome-a9789f60fa92b5a9b4a87873f28a2d7cd1a3a0ed.tar.zst freebsd-ports-gnome-a9789f60fa92b5a9b4a87873f28a2d7cd1a3a0ed.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
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 |