diff options
author | mezz <mezz@FreeBSD.org> | 2005-04-04 14:15:20 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2005-04-04 14:15:20 +0800 |
commit | 53fdb5beb341391996e72e05e64b99525de0ccdb (patch) | |
tree | 659a99b8d64c93943afc1bced951e02a0ef82bf5 /editors/abiword-plugins | |
parent | 804706b3f5d462f54e5194f053e848d30c452209 (diff) | |
download | freebsd-ports-gnome-53fdb5beb341391996e72e05e64b99525de0ccdb.tar.gz freebsd-ports-gnome-53fdb5beb341391996e72e05e64b99525de0ccdb.tar.zst freebsd-ports-gnome-53fdb5beb341391996e72e05e64b99525de0ccdb.zip |
- Update to 2.2.6, see detail:
http://www.abisource.com/release-notes/2.2.6.phtml
- Disable GNOME support in abiword-plugins; it needs to catch up with newer
nautilus 2.10.x.
Diffstat (limited to 'editors/abiword-plugins')
-rw-r--r-- | editors/abiword-plugins/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/editors/abiword-plugins/Makefile b/editors/abiword-plugins/Makefile index 737e176de7ff..448397b709ac 100644 --- a/editors/abiword-plugins/Makefile +++ b/editors/abiword-plugins/Makefile @@ -6,8 +6,7 @@ # PORTNAME= abiword -PORTVERSION= 2.2.5 -PORTREVISION= 2 +PORTVERSION= 2.2.6 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.abisource.com/downloads/%SUBDIR%/${PORTVERSION}/source/ @@ -254,10 +253,10 @@ PLIST_SUB+= XSLFO:="@comment " .include <bsd.port.pre.mk> -.if ${HAVE_GNOME:Mnautilus2}!="" && ${HAVE_GNOME:Mlibgnomeprintui}!="" -USE_GNOME+= nautilus2 libgnomeprintui -CONFIGURE_ARGS+= --enable-gnome -.endif +#.if ${HAVE_GNOME:Mnautilus2}!="" && ${HAVE_GNOME:Mlibgnomeprintui}!="" +#USE_GNOME+= nautilus2 libgnomeprintui +#CONFIGURE_ARGS+= --enable-gnome +#.endif .if ${HAVE_GNOME:Mlibrsvg2}!="" CONFIGURE_ARGS+= --enable-librsvg |