- Add missing DEPENDS to avoid build warnings
PR: ports/166609 Approved by: maintainer timeout (vvelox@vvelox.net, >2 weeks)
This commit is contained in:
parent
e7bc6db805
commit
84951b15fd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295362
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue