diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2012-02-23 02:36:32 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2012-02-23 02:36:32 +0800 |
commit | 6e4521c2356dfc2cd476cfcb4f3a6963956d62a8 (patch) | |
tree | 5043ed285409763bd0374fa3ad50706fcf98d0e3 /misc/xiphos/Makefile | |
parent | 113a83b241c1201286ec331c6aba57f294576b5f (diff) | |
download | freebsd-ports-gnome-6e4521c2356dfc2cd476cfcb4f3a6963956d62a8.tar.gz freebsd-ports-gnome-6e4521c2356dfc2cd476cfcb4f3a6963956d62a8.tar.zst freebsd-ports-gnome-6e4521c2356dfc2cd476cfcb4f3a6963956d62a8.zip |
- Update to 3.1.5
Diffstat (limited to 'misc/xiphos/Makefile')
-rw-r--r-- | misc/xiphos/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/misc/xiphos/Makefile b/misc/xiphos/Makefile index 416be59be169..e3d951b0fce6 100644 --- a/misc/xiphos/Makefile +++ b/misc/xiphos/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xiphos -PORTVERSION= 3.1.4 -PORTREVISION= 2 +PORTVERSION= 3.1.5 CATEGORIES= misc gnome MASTER_SITES= SF/gnomesword/Xiphos/${PORTVERSION} @@ -26,12 +25,12 @@ USE_PYTHON_BUILD= yes USE_GETTEXT= yes INSTALLS_OMF= yes INSTALLS_ICONS= yes -USE_GNOME= gnomehack gnomeprefix gtkhtml3 \ - intlhack libgsf +USE_GNOME= gnomehack gnomeprefix gtkhtml3 intlhack libgsf do-configure: @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ./waf configure \ - --prefix=${PREFIX} --enable-gtkhtml --debug-level=optimized + --prefix=${PREFIX} --destdir=${PREFIX} \ + --backend gtkhtml --gtk=2 do-build: @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./waf build |