diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-21 14:55:43 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-21 14:55:43 +0000 |
commit | e15628ebf6a1fcfc276cffc40a3201aacba9138a (patch) | |
tree | 036c24888ef699a36a0db41d047b3d0e7e3acbc8 /x11-toolkits | |
parent | 68414c534d086cc747fcd0f7b6f77d79a7b9a560 (diff) | |
download | ports-e15628ebf6a1fcfc276cffc40a3201aacba9138a.tar.gz ports-e15628ebf6a1fcfc276cffc40a3201aacba9138a.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/p5-Tk-Action/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/p5-Tk-CursorControl/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/p5-Tk-Sugar/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/p5-Tk-ToolBar/Makefile | 2 |
4 files changed, 5 insertions, 8 deletions
diff --git a/x11-toolkits/p5-Tk-Action/Makefile b/x11-toolkits/p5-Tk-Action/Makefile index 759fdbd40c96..6a912e1e9913 100644 --- a/x11-toolkits/p5-Tk-Action/Makefile +++ b/x11-toolkits/p5-Tk-Action/Makefile @@ -19,10 +19,7 @@ BUILD_DEPENDS= p5-Moose>=0.92:${PORTSDIR}/devel/p5-Moose \ p5-MooseX-Has-Sugar>=0:${PORTSDIR}/devel/p5-MooseX-Has-Sugar \ p5-MooseX-SemiAffordanceAccessor>=0:${PORTSDIR}/devel/p5-MooseX-SemiAffordanceAccessor \ p5-Tk-Sugar>=0:${PORTSDIR}/x11-toolkits/p5-Tk-Sugar -RUN_DEPENDS= p5-Moose>=0.92:${PORTSDIR}/devel/p5-Moose \ - p5-MooseX-Has-Sugar>=0:${PORTSDIR}/devel/p5-MooseX-Has-Sugar \ - p5-MooseX-SemiAffordanceAccessor>=0:${PORTSDIR}/devel/p5-MooseX-SemiAffordanceAccessor \ - p5-Tk-Sugar>=0:${PORTSDIR}/x11-toolkits/p5-Tk-Sugar +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= configure USES= perl5 diff --git a/x11-toolkits/p5-Tk-CursorControl/Makefile b/x11-toolkits/p5-Tk-CursorControl/Makefile index 031c9daa1eef..6381a04e2e4c 100644 --- a/x11-toolkits/p5-Tk-CursorControl/Makefile +++ b/x11-toolkits/p5-Tk-CursorControl/Makefile @@ -16,11 +16,11 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Manipulate the mouse cursor programmatically BUILD_DEPENDS= p5-Tk>=800.015:${PORTSDIR}/x11-toolkits/p5-Tk -RUN_DEPENDS= p5-Tk>=800.015:${PORTSDIR}/x11-toolkits/p5-Tk +RUN_DEPENDS:= ${BUILD_DEPENDS} +ALL_TARGETS= pure_install USE_PERL5= configure USES= perl5 -ALL_TARGETS= pure_install MAN3= Tk::CursorControl.3 diff --git a/x11-toolkits/p5-Tk-Sugar/Makefile b/x11-toolkits/p5-Tk-Sugar/Makefile index 6745a79e9d65..547e7322409a 100644 --- a/x11-toolkits/p5-Tk-Sugar/Makefile +++ b/x11-toolkits/p5-Tk-Sugar/Makefile @@ -16,7 +16,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Sugar syntax for Tk BUILD_DEPENDS= p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter -RUN_DEPENDS= p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= configure USES= perl5 diff --git a/x11-toolkits/p5-Tk-ToolBar/Makefile b/x11-toolkits/p5-Tk-ToolBar/Makefile index 8b6d359903da..f33bca16489c 100644 --- a/x11-toolkits/p5-Tk-ToolBar/Makefile +++ b/x11-toolkits/p5-Tk-ToolBar/Makefile @@ -16,7 +16,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= A toolbar widget for Perl/Tk BUILD_DEPENDS= p5-Tk-CursorControl>=0:${PORTSDIR}/x11-toolkits/p5-Tk-CursorControl -RUN_DEPENDS= p5-Tk-CursorControl>=0:${PORTSDIR}/x11-toolkits/p5-Tk-CursorControl +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_ZIP= yes USE_PERL5= configure |