diff options
-rw-r--r-- | editors/abiword-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/abiword-devel/Makefile b/editors/abiword-devel/Makefile index a2537b84f870..167369c5e1c5 100644 --- a/editors/abiword-devel/Makefile +++ b/editors/abiword-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= abiword PORTVERSION= 2.3.0 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= http://www.abisource.com/downloads/%SUBDIR%/${PORTVERSION}/source/ MASTER_SITE_SUBDIR= abiword @@ -64,7 +65,7 @@ PLIST_SUB+= DICT:="" .if ${HAVE_GNOME:Mlibgnomeprintui}!="" USE_GNOME+= libgnomeprintui desktopfileutils CONFIGURE_ARGS+= --enable-gnome -PKGNAMESUFFIX= -gnome +PKGNAMESUFFIX= -devel-gnome GNOME_ENABLED= yes .endif |