diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 22:16:16 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 22:16:16 +0800 |
commit | c60c1d09235abbfd733e901b1872b86adc82027c (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /misc/xiphos | |
parent | 0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c (diff) | |
download | freebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.tar.gz freebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.tar.zst freebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.zip |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'misc/xiphos')
-rw-r--r-- | misc/xiphos/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/misc/xiphos/Makefile b/misc/xiphos/Makefile index a389af9b5f76..152bc6265560 100644 --- a/misc/xiphos/Makefile +++ b/misc/xiphos/Makefile @@ -11,14 +11,14 @@ COMMENT= Bible interface utilizing the sword framework LICENSE= GPLv2 -RUN_DEPENDS= yelp:${PORTSDIR}/x11/yelp +RUN_DEPENDS= yelp:x11/yelp BUILD_DEPENDS:= ${RUN_DEPENDS} \ - docbook2html:${PORTSDIR}/textproc/docbook-utils \ - gnome-doc-tool:${PORTSDIR}/textproc/gnome-doc-utils \ - nspr>=4.8:${PORTSDIR}/devel/nspr -LIB_DEPENDS= libwebkitgtk-3.0.so:${PORTSDIR}/www/webkit-gtk3 \ - libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ - libsword.so:${PORTSDIR}/misc/sword + docbook2html:textproc/docbook-utils \ + gnome-doc-tool:textproc/gnome-doc-utils \ + nspr>=4.8:devel/nspr +LIB_DEPENDS= libwebkitgtk-3.0.so:www/webkit-gtk3 \ + libdbus-glib-1.so:devel/dbus-glib \ + libsword.so:misc/sword USES= gettext pkgconfig waf INSTALLS_OMF= yes |