diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2013-08-02 18:52:07 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2013-08-02 18:52:07 +0000 |
commit | 4819ca343bfee8a3b54e7ff3ac26d280d1c1696f (patch) | |
tree | a4a613f80a0e443c044c2319e43ce75e14c50813 /textproc/p5-DocSet | |
parent | 49b7a7d4a4e27031eeb48b2c26d102a7f8527de9 (diff) | |
download | ports-4819ca343bfee8a3b54e7ff3ac26d280d1c1696f.tar.gz ports-4819ca343bfee8a3b54e7ff3ac26d280d1c1696f.zip |
Notes
Diffstat (limited to 'textproc/p5-DocSet')
-rw-r--r-- | textproc/p5-DocSet/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/p5-DocSet/Makefile b/textproc/p5-DocSet/Makefile index 7f9d18fd0048..b547b05c2336 100644 --- a/textproc/p5-DocSet/Makefile +++ b/textproc/p5-DocSet/Makefile @@ -14,8 +14,6 @@ COMMENT= Documentation projects builder in HTML, PS, and PDF formats BUILD_DEPENDS= p5-Pod-POM>=0:${PORTSDIR}/textproc/p5-Pod-POM \ p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit -MAKE_JOBS_SAFE= yes - MAN1= docset_build.1 MAN3= DocSet.3 \ @@ -39,6 +37,7 @@ MAN3= DocSet.3 \ DocSet::DocSet::PSPDF.3 \ DocSet::Util.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include <bsd.port.mk> |