diff options
author | Frederic Culot <culot@FreeBSD.org> | 2012-06-30 12:35:39 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2012-06-30 12:35:39 +0000 |
commit | 2eb7acf176eeaf151db103ca86dc66032dadf03a (patch) | |
tree | 1ece7cb2e21ddee7c9a9b8947d9aba2363c611dc /deskutils/p5-ZConf-Runner/Makefile | |
parent | - Remove SITE_PERL from *_DEPENDS (diff) |
- Remove SITE_PERL from *_DEPENDS [1]
- Add BUILD_DEPENDS to silence build warnings
- Pet portlint(1)
PR: ports/169553 [1]
Submitted by: Zane C.B-H. <vvelox@vvelox.net> (maintainer)
Diffstat (limited to 'deskutils/p5-ZConf-Runner/Makefile')
-rw-r--r-- | deskutils/p5-ZConf-Runner/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/deskutils/p5-ZConf-Runner/Makefile b/deskutils/p5-ZConf-Runner/Makefile index 28cdaeefc622..3d6b2081f33b 100644 --- a/deskutils/p5-ZConf-Runner/Makefile +++ b/deskutils/p5-ZConf-Runner/Makefile @@ -15,11 +15,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= vvelox@vvelox.net COMMENT= Run a file using a choosen methode, desktop entry or mimetype -RUN_DEPENDS= ${SITE_PERL}/ZConf.pm:${PORTSDIR}/net/p5-ZConf \ - ${SITE_PERL}/File/MimeInfo/Applications.pm:${PORTSDIR}/devel/p5-File-MimeInfo \ - ${SITE_PERL}/Curses/UI.pm:${PORTSDIR}/devel/p5-Curses-UI \ - ${SITE_PERL}/ZConf/GUI.pm:${PORTSDIR}/devel/p5-ZConf-GUI \ - ${SITE_PERL}/String/ShellQuote.pm:${PORTSDIR}/textproc/p5-String-ShellQuote +BUILD_DEPENDS= p5-ZConf>=6.1.0:${PORTSDIR}/net/p5-ZConf \ + p5-File-MimeInfo>=0.16:${PORTSDIR}/devel/p5-File-MimeInfo \ + p5-Curses-UI>=0.9609:${PORTSDIR}/devel/p5-Curses-UI \ + p5-ZConf-GUI>=1.0.3:${PORTSDIR}/devel/p5-ZConf-GUI \ + p5-String-ShellQuote>=1.04:${PORTSDIR}/textproc/p5-String-ShellQuote +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |