diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2008-03-21 03:14:55 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2008-03-21 03:14:55 +0800 |
commit | 35e3d8ba3d043bbd998c7bd261fe421d7c7c52c7 (patch) | |
tree | d0dee5edc8d91de4705102c084f8c0a53f6c7060 /misc/xiphos | |
parent | 568e8d07be5df2069cc00521da42ccef9d77907c (diff) | |
download | freebsd-ports-gnome-35e3d8ba3d043bbd998c7bd261fe421d7c7c52c7.tar.gz freebsd-ports-gnome-35e3d8ba3d043bbd998c7bd261fe421d7c7c52c7.tar.zst freebsd-ports-gnome-35e3d8ba3d043bbd998c7bd261fe421d7c7c52c7.zip |
- Remove USE_X_PREFIX
- Bump PORTREVISION
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 |