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 /x11-toolkits | |
parent | aaab6f1df4f547978b5d988f3369c358092e4bb3 (diff) | |
download | ports-10a2b4693fe100eb568b572e4d708e7d73fb560f.tar.gz ports-10a2b4693fe100eb568b572e4d708e7d73fb560f.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/p5-Tk-Action/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/p5-Tk-Role-Dialog/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/p5-Tk-Role-HasWidgets/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/p5-Tk-Action/Makefile b/x11-toolkits/p5-Tk-Action/Makefile index 25d4df349472..f20eb6ab8c64 100644 --- a/x11-toolkits/p5-Tk-Action/Makefile +++ b/x11-toolkits/p5-Tk-Action/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= p5-Moose>=0.92:${PORTSDIR}/devel/p5-Moose \ p5-MooseX-SemiAffordanceAccessor>=0:${PORTSDIR}/devel/p5-MooseX-SemiAffordanceAccessor \ p5-Tk-Sugar>=0:${PORTSDIR}/x11-toolkits/p5-Tk-Sugar -PERL_CONFIGURE= 5.10.0+ +PERL_CONFIGURE= yes MAN3= Tk::Action.3 diff --git a/x11-toolkits/p5-Tk-Role-Dialog/Makefile b/x11-toolkits/p5-Tk-Role-Dialog/Makefile index e7ed6ad9ad71..e1faefbb1e70 100644 --- a/x11-toolkits/p5-Tk-Role-Dialog/Makefile +++ b/x11-toolkits/p5-Tk-Role-Dialog/Makefile @@ -29,7 +29,7 @@ RUN_DEPENDS= p5-Moose>=0.92:${PORTSDIR}/devel/p5-Moose \ p5-Tk-Role-HasWidgets>=${PORTVERSION}:${PORTSDIR}/x11-toolkits/p5-Tk-Role-HasWidgets \ p5-Tk-Sugar>=0:${PORTSDIR}/x11-toolkits/p5-Tk-Sugar -PERL_MODBUILD= 5.10.0+ +PERL_MODBUILD= yes MAN3= Tk::Role::Dialog.3 diff --git a/x11-toolkits/p5-Tk-Role-HasWidgets/Makefile b/x11-toolkits/p5-Tk-Role-HasWidgets/Makefile index 05913024ec8c..0165abf4dbf4 100644 --- a/x11-toolkits/p5-Tk-Role-HasWidgets/Makefile +++ b/x11-toolkits/p5-Tk-Role-HasWidgets/Makefile @@ -20,7 +20,7 @@ BUILD_DEPENDS= p5-Moose>=0.92:${PORTSDIR}/devel/p5-Moose \ RUN_DEPENDS= p5-Moose>=0.92:${PORTSDIR}/devel/p5-Moose \ p5-MooseX-Has-Sugar>=0:${PORTSDIR}/devel/p5-MooseX-Has-Sugar -PERL_MODBUILD= 5.10.0+ +PERL_MODBUILD= yes MAN3= Tk::Role::HasWidgets.3 |