diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
commit | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /misc/xiphos | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) | |
download | ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.gz ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip |
Notes
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 |