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/p5-Tk-CursorControl | |
parent | 68414c534d086cc747fcd0f7b6f77d79a7b9a560 (diff) | |
download | ports-e15628ebf6a1fcfc276cffc40a3201aacba9138a.tar.gz ports-e15628ebf6a1fcfc276cffc40a3201aacba9138a.zip |
Notes
Diffstat (limited to 'x11-toolkits/p5-Tk-CursorControl')
-rw-r--r-- | x11-toolkits/p5-Tk-CursorControl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |