diff options
author | mva <mva@FreeBSD.org> | 2014-10-21 01:59:37 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-10-21 01:59:37 +0800 |
commit | 537b5acd69e701bd71ef3195a8552133259bc462 (patch) | |
tree | 8d28353772f2edfb8d12bf9422e8b4e2576fe7a4 /misc/xiphos | |
parent | b41373c7de0113933ba54946a8c41a10d166cd57 (diff) | |
download | freebsd-ports-gnome-537b5acd69e701bd71ef3195a8552133259bc462.tar.gz freebsd-ports-gnome-537b5acd69e701bd71ef3195a8552133259bc462.tar.zst freebsd-ports-gnome-537b5acd69e701bd71ef3195a8552133259bc462.zip |
- Convert ports of misc/ to new USES=python
Approved by: portmgr (implicit)
Diffstat (limited to 'misc/xiphos')
-rw-r--r-- | misc/xiphos/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/xiphos/Makefile b/misc/xiphos/Makefile index f5e6485d7982..302972701e37 100644 --- a/misc/xiphos/Makefile +++ b/misc/xiphos/Makefile @@ -19,8 +19,7 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} \ LIB_DEPENDS= libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2 \ libsword.so:${PORTSDIR}/misc/sword -USE_PYTHON_BUILD= yes -USES= gettext pkgconfig +USES= gettext pkgconfig python:build INSTALLS_OMF= yes INSTALLS_ICONS= yes USE_GNOME= gnomehack gnomeprefix gtkhtml3 intlhack libgsf |