diff options
author | swills <swills@FreeBSD.org> | 2012-03-18 07:03:15 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-03-18 07:03:15 +0800 |
commit | 08a0174ed50510abdefeb235f1a09746b538b799 (patch) | |
tree | 4f17bc3251f1ad4fd766ecda5d91b3ade2c0eb1b /deskutils | |
parent | 7d93e7f7b82c4d252dfccc8729545898299f5986 (diff) | |
download | freebsd-ports-gnome-08a0174ed50510abdefeb235f1a09746b538b799.tar.gz freebsd-ports-gnome-08a0174ed50510abdefeb235f1a09746b538b799.tar.zst freebsd-ports-gnome-08a0174ed50510abdefeb235f1a09746b538b799.zip |
- Add missing DEPENDS
- Bump PORTREVISION
PR: ports/165542
Approved by: maintainer timeout (vvelox@vvelox.net, >2 weeks)
Feature safe: yes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/p5-ZConf-Runner-GUI-GTK/Makefile | 8 |
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 9a5aa406bdf7..7258d418ec88 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 |