diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-03-22 15:24:52 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-03-22 15:24:52 +0000 |
commit | 01b90c22933d427bb53f3ea900a13589035ece15 (patch) | |
tree | dcb540c8251c8ca796f3464720346f5f99276750 /editors/p5-Padre/Makefile | |
parent | d4d8ed51642890501b39a22617fbce74fd479e3c (diff) | |
download | ports-01b90c22933d427bb53f3ea900a13589035ece15.tar.gz ports-01b90c22933d427bb53f3ea900a13589035ece15.zip |
Notes
Diffstat (limited to 'editors/p5-Padre/Makefile')
-rw-r--r-- | editors/p5-Padre/Makefile | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/editors/p5-Padre/Makefile b/editors/p5-Padre/Makefile index 931dc930d3e0..7c1ba944abf5 100644 --- a/editors/p5-Padre/Makefile +++ b/editors/p5-Padre/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Padre -PORTVERSION= 0.28 +PORTVERSION= 0.29 CATEGORIES= editors perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../by-authors/id/S/SZ/SZABGAB @@ -43,6 +43,7 @@ BUILD_DEPENDS= ${SITE_PERL}/App/Ack.pm:${PORTSDIR}/textproc/p5-ack \ ${SITE_PERL}/Probe/Perl.pm:${PORTSDIR}/sysutils/p5-Probe-Perl \ ${SITE_PERL}/Test/Compile.pm:${PORTSDIR}/devel/p5-Test-Compile \ ${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception \ + ${SITE_PERL}/Test/Most.pm:${PORTSDIR}/devel/p5-Test-Most \ ${SITE_PERL}/Test/NoWarnings.pm:${PORTSDIR}/devel/p5-Test-NoWarnings \ ${SITE_PERL}/Test/Script.pm:${PORTSDIR}/devel/p5-Test-Script \ ${SITE_PERL}/Text/Diff.pm:${PORTSDIR}/textproc/p5-Text-Diff \ @@ -60,18 +61,23 @@ BUILD_DEPENDS= ${SITE_PERL}/App/Ack.pm:${PORTSDIR}/textproc/p5-ack \ ${SITE_PERL}/${PERL_ARCH}/Wx.pm:${PORTSDIR}/x11-toolkits/p5-Wx RUN_DEPENDS= ${BUILD_DEPENDS} -USE_WX= 2.6+ +USE_WX= 2.8+ WX_COMPS= wx contrib WX_UNICODE= yes USE_DISPLAY= yes PERL_CONFIGURE= yes USE_PERL5= 5.8.5+ USE_GETTEXT= yes +IGNORE= needs a threaded Perl, install lang/perl5.8 with threads support and try again PERL_THREADS= ${PERL} -V::usethreads MAN3= Padre.3 \ Padre::Autosave.3 \ + Padre::Config.3 \ + Padre::Config::Constants.3 \ + Padre::Config::Host.3 \ + Padre::Config::Human.3 \ Padre::DB.3 \ Padre::DB::Bookmark.3 \ Padre::DB::History.3 \ @@ -121,4 +127,7 @@ pre-configure: exit 2; \ fi +post-patch: + @${REINPLACE_CMD} -e 's|use File::Spec.*$$||' ${WRKSRC}/lib/Padre/Config/Human.pm + .include <bsd.port.mk> |