diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-08-21 22:55:43 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-08-21 22:55:43 +0800 |
commit | d6eb94a00231f69f7cafe15074076d95468988df (patch) | |
tree | 036c24888ef699a36a0db41d047b3d0e7e3acbc8 /x11-toolkits/p5-Tk-ToolBar | |
parent | cac6415533f6217327d3ba62d8b8231cbf4be182 (diff) | |
download | freebsd-ports-gnome-d6eb94a00231f69f7cafe15074076d95468988df.tar.gz freebsd-ports-gnome-d6eb94a00231f69f7cafe15074076d95468988df.tar.zst freebsd-ports-gnome-d6eb94a00231f69f7cafe15074076d95468988df.zip |
- Use RUN_DEPENDS:=BUILD_DEPENDS
- Add BUILD_DEPENDS
- Cosmetic change
Diffstat (limited to 'x11-toolkits/p5-Tk-ToolBar')
-rw-r--r-- | x11-toolkits/p5-Tk-ToolBar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |