diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-04-24 00:59:56 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-04-24 00:59:56 +0000 |
commit | 84951b15fd79a93201607f065d230675419ecf55 (patch) | |
tree | 5db249e253bc75d3fe167bf6c4c416cdaaf5a430 /x11-fm | |
parent | - Add TEST_DEPENDS (diff) |
- Add missing DEPENDS to avoid build warnings
PR: ports/166609
Approved by: maintainer timeout (vvelox@vvelox.net, >2 weeks)
Notes
Notes:
svn path=/head/; revision=295362
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/p5-PerlFM/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-fm/p5-PerlFM/Makefile b/x11-fm/p5-PerlFM/Makefile index 748eb4b0c3bb..0213e869ffc6 100644 --- a/x11-fm/p5-PerlFM/Makefile +++ b/x11-fm/p5-PerlFM/Makefile @@ -16,7 +16,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= vvelox@vvelox.net COMMENT= A Perl based file manager -RUN_DEPENDS= p5-Gtk2>=1.060:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ +BUILD_DEPENDS= p5-Gtk2>=1.060:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ p5-Gtk2-Chmod>=0.0.0:${PORTSDIR}/x11-toolkits/p5-Gtk2-Chmod \ p5-Gtk2-PathButtonBar>=0.1.2:${PORTSDIR}/x11-toolkits/p5-Gtk2-PathButtonBar \ p5-String-ShellQuote>=1.03:${PORTSDIR}/textproc/p5-String-ShellQuote \ @@ -24,6 +24,7 @@ RUN_DEPENDS= p5-Gtk2>=1.060:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ p5-ZConf-Bookmarks>=0.2.3:${PORTSDIR}/net/p5-ZConf-Bookmarks \ p5-ZConf-Runner>=2.1.1:${PORTSDIR}/deskutils/p5-ZConf-Runner \ p5-Dir-Watch>=0.0.0:${PORTSDIR}/devel/p5-Dir-Watch +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |