diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2005-05-16 23:18:28 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2005-05-16 23:18:28 +0000 |
commit | b864e070e83a740f6c2717628eb517ec277660d9 (patch) | |
tree | 5b1a3e4f1b3429d54e37127e855274f5988421f6 /editors | |
parent | Update to 0.8.3. (diff) |
Add one more missing -devel if GNOME is being use. s/-gnome/-devel-gnome/g
Notes
Notes:
svn path=/head/; revision=135425
Diffstat (limited to 'editors')
-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 |