diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
commit | 72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch) | |
tree | 38b741bb92caf8470d126310c77168cb30040476 /x11-toolkits/p5-Gtk2-Ex-PodViewer | |
parent | 5e102732a601b54d1dc9e887dc050777bf920349 (diff) | |
download | ports-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-Gtk2-Ex-PodViewer')
-rw-r--r-- | x11-toolkits/p5-Gtk2-Ex-PodViewer/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-toolkits/p5-Gtk2-Ex-PodViewer/Makefile b/x11-toolkits/p5-Gtk2-Ex-PodViewer/Makefile index db0c57d6354f..1fac4f90a682 100644 --- a/x11-toolkits/p5-Gtk2-Ex-PodViewer/Makefile +++ b/x11-toolkits/p5-Gtk2-Ex-PodViewer/Makefile @@ -14,11 +14,11 @@ COMMENT= Displays plain old documentation LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ - p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \ - p5-Locale-gettext>=0:${PORTSDIR}/devel/p5-Locale-gettext \ - p5-Gtk2-Ex-Simple-List>=0.50:${PORTSDIR}/x11-toolkits/p5-Gtk2-Ex-Simple-List \ - p5-Pod-Simple>=0:${PORTSDIR}/textproc/p5-Pod-Simple +BUILD_DEPENDS= p5-Gtk2>=0:x11-toolkits/p5-Gtk2 \ + p5-IO-stringy>=0:devel/p5-IO-stringy \ + p5-Locale-gettext>=0:devel/p5-Locale-gettext \ + p5-Gtk2-Ex-Simple-List>=0.50:x11-toolkits/p5-Gtk2-Ex-Simple-List \ + p5-Pod-Simple>=0:textproc/p5-Pod-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |