summaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-10-30 06:31:17 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-10-30 06:31:17 +0800
commit4018a1e050aa226b0cdb4b4860055241f5914963 (patch)
treefb868438024d8873b1512d88422f03a3871a23e8 /editors
parente8a6778aa3a47ba8316c2e2d40db364bf8b565bf (diff)
downloadmarcuscom-ports-4018a1e050aa226b0cdb4b4860055241f5914963.tar
marcuscom-ports-4018a1e050aa226b0cdb4b4860055241f5914963.tar.gz
marcuscom-ports-4018a1e050aa226b0cdb4b4860055241f5914963.tar.bz2
marcuscom-ports-4018a1e050aa226b0cdb4b4860055241f5914963.tar.lz
marcuscom-ports-4018a1e050aa226b0cdb4b4860055241f5914963.tar.xz
marcuscom-ports-4018a1e050aa226b0cdb4b4860055241f5914963.tar.zst
marcuscom-ports-4018a1e050aa226b0cdb4b4860055241f5914963.zip
``Pet portlint'' seems to be a popular commit message for what I just did.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4996 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors')
-rw-r--r--editors/abiword-plugins/Makefile4
-rw-r--r--editors/abiword/Makefile4
2 files changed, 3 insertions, 5 deletions
diff --git a/editors/abiword-plugins/Makefile b/editors/abiword-plugins/Makefile
index 1c26fdf32..a3930f613 100644
--- a/editors/abiword-plugins/Makefile
+++ b/editors/abiword-plugins/Makefile
@@ -3,7 +3,7 @@
# Whom: FreeBSD GNOME Team <gnome@FreeBSD.org>
#
# $FreeBSD$
-# $MCom$
+# $MCom: ports/editors/abiword-plugins/Makefile,v 1.15 2005/10/11 19:28:56 mezz Exp $
#
PORTNAME= abiword
@@ -20,8 +20,6 @@ COMMENT= Multi-plugins for AbiWord
BUILD_DEPENDS= AbiWord-${ABIVERSION}:${PORTSDIR}/editors/abiword
RUN_DEPENDS= AbiWord-${ABIVERSION}:${PORTSDIR}/editors/abiword
-CONFLICTS= abiword-plugins-[0-9]*
-
USE_BZIP2= yes
USE_GMAKE= yes
USE_GNOME= gnometarget gtk20
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile
index 51656a489..0019069c6 100644
--- a/editors/abiword/Makefile
+++ b/editors/abiword/Makefile
@@ -3,7 +3,7 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom$
+# $MCom: ports/editors/abiword/Makefile,v 1.1 2005/10/11 19:28:54 mezz Exp $
#
PORTNAME= abiword
@@ -68,7 +68,7 @@ PLIST_SUB+= DICT:=""
.if ${HAVE_GNOME:Mlibgnomeui}!=""
USE_GNOME+= libgnomeui
CONFIGURE_ARGS+= --enable-gnome
-PKGNAMESUFFIX= -gnome
+PKGNAMESUFFIX:= -gnome
GNOME_ENABLED= yes
.endif