diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2008-03-20 19:14:55 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2008-03-20 19:14:55 +0000 |
commit | 97c0d2c2bd8182f1cc59b41365fc774f224bfbd4 (patch) | |
tree | a49b2c60159c674b43a35534591341c47f563e3f /misc/xiphos | |
parent | f98348ea3c57065fb2cbbacefa94b5e0c343f691 (diff) | |
download | ports-97c0d2c2bd8182f1cc59b41365fc774f224bfbd4.tar.gz ports-97c0d2c2bd8182f1cc59b41365fc774f224bfbd4.zip |
- Remove USE_X_PREFIX
- Bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=209475
Diffstat (limited to 'misc/xiphos')
-rw-r--r-- | misc/xiphos/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/xiphos/Makefile b/misc/xiphos/Makefile index c35c9dffbf87..fdb60b39abc5 100644 --- a/misc/xiphos/Makefile +++ b/misc/xiphos/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnomesword PORTVERSION= 2.3.3 +PORTREVISION= 1 CATEGORIES= misc gnome MASTER_SITES= SF @@ -18,7 +19,6 @@ RUN_DEPENDS= ${LOCALBASE}/lib/gnome-spell/libgnome-spell-component-0.3.so:${PORT BUILD_DEPENDS= ${RUN_DEPENDS} USE_GETTEXT= yes -USE_X_PREFIX= yes INSTALLS_OMF= yes USE_GNOME= gnomehack gnomeprefix gnometarget gal2 gtkhtml3 intlhack gnomedocutils USE_GMAKE= yes |