diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-12-16 06:12:28 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-12-16 06:12:28 +0000 |
commit | 10a2b4693fe100eb568b572e4d708e7d73fb560f (patch) | |
tree | 384db2430847574aba884f9787c765d0f5311558 /textproc/p5-XML-LibXML-PrettyPrint | |
parent | aaab6f1df4f547978b5d988f3369c358092e4bb3 (diff) | |
download | ports-10a2b4693fe100eb568b572e4d708e7d73fb560f.tar.gz ports-10a2b4693fe100eb568b572e4d708e7d73fb560f.zip |
- Set default perl version for ports which currently using
(5.x+ and x < 12) scheme.
Approved by: bapt@ (portmgr@)
Notes
Notes:
svn path=/head/; revision=308985
Diffstat (limited to 'textproc/p5-XML-LibXML-PrettyPrint')
-rw-r--r-- | textproc/p5-XML-LibXML-PrettyPrint/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-XML-LibXML-PrettyPrint/Makefile b/textproc/p5-XML-LibXML-PrettyPrint/Makefile index 1fe3d2acf63f..45b547296e41 100644 --- a/textproc/p5-XML-LibXML-PrettyPrint/Makefile +++ b/textproc/p5-XML-LibXML-PrettyPrint/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= p5-Pragmatic>=0:${PORTSDIR}/devel/p5-Pragmatic \ TEST_DEPENDS= p5-Test-Warn>=0.20:${PORTSDIR}/devel/p5-Test-Warn -PERL_CONFIGURE= 5.10.0+ +PERL_CONFIGURE= yes MAN3= XML::LibXML::PrettyPrint.3 |