diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2011-03-17 23:49:22 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2011-03-17 23:49:22 +0800 |
commit | af9773c16e70ccb932faf9097cedf4b965c72805 (patch) | |
tree | 6db3df0b4847fd9df850a8e5cd03359ff09940fc | |
parent | 3418330d03a016984407d9ac1c0f6a0089108914 (diff) | |
download | freebsd-ports-gnome-af9773c16e70ccb932faf9097cedf4b965c72805.tar.gz freebsd-ports-gnome-af9773c16e70ccb932faf9097cedf4b965c72805.tar.zst freebsd-ports-gnome-af9773c16e70ccb932faf9097cedf4b965c72805.zip |
- Remove dependency on gnome-libs
- Bump PORTREVISION
Submitted by: bapt via irc
-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 5c63197a103e..dbf3ed0d34cb 100644 --- a/misc/xiphos/Makefile +++ b/misc/xiphos/Makefile @@ -7,7 +7,7 @@ PORTNAME= xiphos PORTVERSION= 3.1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc gnome MASTER_SITES= SF/gnomesword/Xiphos/${PORTVERSION} @@ -26,7 +26,7 @@ USE_PYTHON_BUILD= yes USE_GETTEXT= yes INSTALLS_OMF= yes INSTALLS_ICONS= yes -USE_GNOME= gnomehack gnomeprefix gnometarget gnomelibs gtkhtml3 \ +USE_GNOME= gnomehack gnomeprefix gnometarget gtkhtml3 \ intlhack libgsf do-configure: |