diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2012-03-08 18:45:38 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2012-03-08 18:45:38 +0000 |
commit | 2cf4c1e2c8f35d7e8d8df1acc5a582d916a7d608 (patch) | |
tree | fffa16c225e5c8c0a72ed5f5d5c9a88be4d7839c /editors | |
parent | 346415e3c06029d36c899250a77aa33df43cf6fc (diff) | |
download | ports-2cf4c1e2c8f35d7e8d8df1acc5a582d916a7d608.tar.gz ports-2cf4c1e2c8f35d7e8d8df1acc5a582d916a7d608.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/p5-Padre/Makefile | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/editors/p5-Padre/Makefile b/editors/p5-Padre/Makefile index f795482bbf9d..a0002be2721e 100644 --- a/editors/p5-Padre/Makefile +++ b/editors/p5-Padre/Makefile @@ -79,7 +79,7 @@ WX_COMPS= wx contrib WX_UNICODE= yes USE_DISPLAY= yes PERL_CONFIGURE= yes -USE_PERL5= 5.8.5+ +USE_PERL5= yes USE_GETTEXT= yes MAKE_JOBS_UNSAFE= yes @@ -94,26 +94,6 @@ IGNORE= needs a threaded Perl, build with WITH_THREADS=yes flag and try again IGNORE= needs an existing installation of Perl built with WITH_THREADS=yes .endif -.if ${PERL_LEVEL} < 501000 -BUILD_DEPENDS+= p5-Pod-Simple>=3.07:${PORTSDIR}/textproc/p5-Pod-Simple -.endif - -.if ${PERL_LEVEL} >= 501000 && ${PERL_LEVEL} < 501001 -BUILD_DEPENDS+= p5-Encode>=2.26:${PORTSDIR}/converters/p5-Encode \ - p5-Thread-Queue>=2.11:${PORTSDIR}/devel/p5-Thread-Queue \ - p5-threads>=1.71:${PORTSDIR}/devel/p5-threads \ - p5-threads-shared>=1.26:${PORTSDIR}/devel/p5-threads-shared -RUN_DEPENDS+= p5-Encode>=2.26:${PORTSDIR}/converters/p5-Encode \ - p5-Thread-Queue>=2.11:${PORTSDIR}/devel/p5-Thread-Queue \ - p5-threads>=1.71:${PORTSDIR}/devel/p5-threads \ - p5-threads-shared>=1.26:${PORTSDIR}/devel/p5-threads-shared -.endif - -.if ${PERL_LEVEL} < 501001 -BUILD_DEPENDS+= p5-ExtUtils-Manifest>=1.56:${PORTSDIR}/devel/p5-ExtUtils-Manifest -RUN_DEPENDS+= p5-ExtUtils-Manifest>=1.56:${PORTSDIR}/devel/p5-ExtUtils-Manifest -.endif - MAN3= Padre.3 \ Padre::Action.3 \ Padre::Action::Debug.3 \ |