aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2005-05-17 07:18:28 +0800
committermezz <mezz@FreeBSD.org>2005-05-17 07:18:28 +0800
commit209e04bf9e6d65308b25da505bebee15d271511a (patch)
tree6536c5f048ba4a868176588204d34e083775e4eb /editors
parent924a74d760b4511002009c584ff125e1b21ef0e2 (diff)
downloadfreebsd-ports-gnome-209e04bf9e6d65308b25da505bebee15d271511a.tar.gz
freebsd-ports-gnome-209e04bf9e6d65308b25da505bebee15d271511a.tar.zst
freebsd-ports-gnome-209e04bf9e6d65308b25da505bebee15d271511a.zip
Add one more missing -devel if GNOME is being use. s/-gnome/-devel-gnome/g
Diffstat (limited to 'editors')
-rw-r--r--editors/abiword-devel/Makefile3
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