summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2012-03-17 23:03:15 +0000
committerswills <swills@FreeBSD.org>2012-03-17 23:03:15 +0000
commit08a0174ed50510abdefeb235f1a09746b538b799 (patch)
tree4f17bc3251f1ad4fd766ecda5d91b3ade2c0eb1b
parent7d93e7f7b82c4d252dfccc8729545898299f5986 (diff)
downloadFreeBSD-ports-08a0174ed50510abdefeb235f1a09746b538b799.zip
FreeBSD-ports-08a0174ed50510abdefeb235f1a09746b538b799.tar.gz
- Add missing DEPENDS
- Bump PORTREVISION PR: ports/165542 Approved by: maintainer timeout (vvelox@vvelox.net, >2 weeks) Feature safe: yes
-rw-r--r--deskutils/p5-ZConf-Runner-GUI-GTK/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/deskutils/p5-ZConf-Runner-GUI-GTK/Makefile b/deskutils/p5-ZConf-Runner-GUI-GTK/Makefile
index 9a5aa40..7258d41 100644
--- a/deskutils/p5-ZConf-Runner-GUI-GTK/Makefile
+++ b/deskutils/p5-ZConf-Runner-GUI-GTK/Makefile
@@ -7,6 +7,7 @@
PORTNAME= ZConf-Runner-GUI-GTK
PORTVERSION= 0.0.2
+PORTREVISION= 1
CATEGORIES= deskutils perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:VVELOX
@@ -15,8 +16,11 @@ PKGNAMEPREFIX= p5-
MAINTAINER= vvelox@vvelox.net
COMMENT= The GTK GUI backend for ZConf::Runner
-RUN_DEPENDS= ${SITE_PERL}/ZConf.pm:${PORTSDIR}/net/p5-ZConf \
- p5-Gtk2>=1.060:${PORTSDIR}/x11-toolkits/p5-Gtk2
+BUILD_DEPENDS= p5-ZConf>=0:${PORTSDIR}/net/p5-ZConf \
+ p5-Gtk2>=1.060:${PORTSDIR}/x11-toolkits/p5-Gtk2 \
+ p5-ZConf-Runner>=0:${PORTSDIR}/deskutils/p5-ZConf-Runner \
+ p5-File-MimeInfo>=0:${PORTSDIR}/devel/p5-File-MimeInfo
+RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
OpenPOWER on IntegriCloud