aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/p5-Glade2
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:33:55 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:33:55 +0000
commit72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch)
tree38b741bb92caf8470d126310c77168cb30040476 /x11-toolkits/p5-Glade2
parent5e102732a601b54d1dc9e887dc050777bf920349 (diff)
downloadports-72ea7e696b763bdbcef04fdbccc122c0364fa567.tar.gz
ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.zip
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412351
Diffstat (limited to 'x11-toolkits/p5-Glade2')
-rw-r--r--x11-toolkits/p5-Glade2/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-toolkits/p5-Glade2/Makefile b/x11-toolkits/p5-Glade2/Makefile
index c88ed1e3717b..3e1dab68c1bd 100644
--- a/x11-toolkits/p5-Glade2/Makefile
+++ b/x11-toolkits/p5-Glade2/Makefile
@@ -16,11 +16,11 @@ COMMENT= Gtk2-Perl bindings to libglade2
LICENSE= GPLv2
-BUILD_DEPENDS= p5-ExtUtils-Depends>=0:${PORTSDIR}/devel/p5-ExtUtils-Depends \
- p5-Cairo>=0:${PORTSDIR}/graphics/p5-Cairo \
- p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 \
- p5-ExtUtils-PkgConfig>=0:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig
-RUN_DEPENDS= p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2
+BUILD_DEPENDS= p5-ExtUtils-Depends>=0:devel/p5-ExtUtils-Depends \
+ p5-Cairo>=0:graphics/p5-Cairo \
+ p5-Gtk2>=0:x11-toolkits/p5-Gtk2 \
+ p5-ExtUtils-PkgConfig>=0:devel/p5-ExtUtils-PkgConfig
+RUN_DEPENDS= p5-Gtk2>=0:x11-toolkits/p5-Gtk2
USE_GNOME= libglade2
USES= perl5