diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2018-10-06 13:06:42 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2018-10-06 13:06:42 +0000 |
commit | 9dff3523203bdda7ae358dcff3eb5a5ef3e54d33 (patch) | |
tree | 0721b637b4bcfc0a8ff2a945bdcb7e68f8993680 /x11-toolkits/p5-Tk-CursorControl | |
parent | 2e4b740f2cc9a250b2c6056d8706e15d3bfa9763 (diff) |
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 c946d467ac11..cf3015f776f5 100644 --- a/x11-toolkits/p5-Tk-CursorControl/Makefile +++ b/x11-toolkits/p5-Tk-CursorControl/Makefile @@ -14,8 +14,8 @@ COMMENT= Manipulate the mouse cursor programmatically LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -BUILD_DEPENDS= p5-Tk>=800.015:x11-toolkits/p5-Tk -RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Tk>=800.015:x11-toolkits/p5-Tk ALL_TARGETS= pure_install NO_ARCH= yes |