diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2015-01-10 12:56:16 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2015-01-10 12:56:16 +0800 |
commit | e1b4f2cd184b1ee5f63e018a160ab11bd768bc2a (patch) | |
tree | 35c55db0d0439c77b05124ee26cd1afe09f95fb1 /misc | |
parent | 170e761ab7843860edd6ce63035a1e5d38c51ae5 (diff) | |
download | freebsd-ports-gnome-e1b4f2cd184b1ee5f63e018a160ab11bd768bc2a.tar.gz freebsd-ports-gnome-e1b4f2cd184b1ee5f63e018a160ab11bd768bc2a.tar.zst freebsd-ports-gnome-e1b4f2cd184b1ee5f63e018a160ab11bd768bc2a.zip |
- Switch to using gtkhtml4
- Bump PORTREVISION
Diffstat (limited to 'misc')
-rw-r--r-- | misc/xiphos/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/xiphos/Makefile b/misc/xiphos/Makefile index 4ce84161e216..e6f6973bb843 100644 --- a/misc/xiphos/Makefile +++ b/misc/xiphos/Makefile @@ -2,7 +2,7 @@ PORTNAME= xiphos PORTVERSION= 3.1.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc gnome MASTER_SITES= SF/gnomesword/Xiphos/${PORTVERSION} @@ -22,7 +22,7 @@ LIB_DEPENDS= libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2 \ USES= gettext pkgconfig python:build INSTALLS_OMF= yes INSTALLS_ICONS= yes -USE_GNOME= gnomeprefix gtkhtml3 intlhack libgsf +USE_GNOME= gnomeprefix gtkhtml4 intlhack libgsf OPTIONS_DEFINE= DOCS |