diff options
author | marcus <marcus@FreeBSD.org> | 2003-07-12 07:16:00 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-07-12 07:16:00 +0000 |
commit | 1c83cc02d888e359101fc70fd2da9e121f180d6d (patch) | |
tree | 7e890fd727fb6e74aaa0947f6615d75a31076491 /editors/AbiWord2/Makefile | |
parent | 5db080d0050295001ed933fa4cb06a0cc4cc144e (diff) | |
download | FreeBSD-ports-1c83cc02d888e359101fc70fd2da9e121f180d6d.zip FreeBSD-ports-1c83cc02d888e359101fc70fd2da9e121f180d6d.tar.gz |
Update to 1.99.2.
Diffstat (limited to 'editors/AbiWord2/Makefile')
-rw-r--r-- | editors/AbiWord2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/AbiWord2/Makefile b/editors/AbiWord2/Makefile index 4c8acf9..ff51fdd 100644 --- a/editors/AbiWord2/Makefile +++ b/editors/AbiWord2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= AbiWord2 -PORTVERSION= 1.99.1 +PORTVERSION= 1.99.2 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.abisource.com/downloads/Version-${PORTVERSION}/lf/ @@ -47,8 +47,8 @@ MAKEFILE= GNUmakefile BROKEN= "This port cannot be built when textproc/wv is installed because of a header conflict. Please remove textproc/wv, and resume the build. If textproc/wv is no longer installed, please remove ${LOCALBASE}/include/wv.h, and resume the AbiWord2 build" .endif -.if ${HAVE_GNOME:Mnautilus2}!="" && ${HAVE_GNOME:Mgal2}!="" -USE_GNOME+= nautilus2 gal2 +.if ${HAVE_GNOME:Mnautilus2}!="" +USE_GNOME+= nautilus2 CONFIGURE_ARGS+= --enable-gnome PKGNAMESUFFIX= -gnome GNOME_ENABLED= yes |