summaryrefslogtreecommitdiff
path: root/editors/abiword-devel
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-09-17 16:17:18 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-09-17 16:17:18 +0000
commitf878ca4ec3113498fd296bc1bfa12eb9e6e974dc (patch)
tree8fdca5f61801176f2a106eb37f13cefeb7dfb4c9 /editors/abiword-devel
parentUpdate to latest snapshot (diff)
Remove an out-dated header pertaining to the non-existent mswordview port,
and add a conditional BROKEN if textproc/wv is installed. wv replaced mswordview, and installs the same wv.h. PR: 42812
Notes
Notes: svn path=/head/; revision=66516
Diffstat (limited to 'editors/abiword-devel')
-rw-r--r--editors/abiword-devel/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/abiword-devel/Makefile b/editors/abiword-devel/Makefile
index 7452cec1b423..2e31b2dc9291 100644
--- a/editors/abiword-devel/Makefile
+++ b/editors/abiword-devel/Makefile
@@ -5,10 +5,6 @@
# $FreeBSD$
#
-# Note: this port cannot be built when the textproc/mswordview port is
-# already installed, due to header file conflicts and the very broken
-# AbiWord build system.
-
PORTNAME= AbiWord
PORTVERSION= 1.0.2
CATEGORIES= editors
@@ -60,6 +56,10 @@ CONFIGURE_ARGS+=--enable-gnome
PKGNAMESUFFIX= -gnome
.endif
+.if exists(${LOCALBASE}/include/wv.h)
+BROKEN= "This port cannot be built when textproc/wv is installed because of a header conflict. Please remove textproc/wv, and resume the build. If textproc/wv is no longer installed, please remove ${LOCALBASE}/include/wv.h, and resume the AbiWord build"
+.endif
+
post-patch:
@iconv -f cp1251 -t koi8-u ${WRKSRC}/user/wp/strings/uk-UA.strings > \
${WRKDIR}/.uk-UA.strings