summaryrefslogtreecommitdiff
path: root/editors/abiword1
diff options
context:
space:
mode:
authorjlam <jlam>2004-02-11 12:20:03 +0000
committerjlam <jlam>2004-02-11 12:20:03 +0000
commitc893a25ad213fbaa09959540df7bf352b37060d9 (patch)
treeffa318e5abf313b823c5566b3c241da5728c0cbb /editors/abiword1
parentf78a0663bffcbc2fae69dd245a40dc23d52c58ff (diff)
downloadpkgsrc-c893a25ad213fbaa09959540df7bf352b37060d9.tar.gz
Teach these package Makefiles about ICONV_TYPE.
Diffstat (limited to 'editors/abiword1')
-rw-r--r--editors/abiword1/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/abiword1/Makefile b/editors/abiword1/Makefile
index 2fbada785a3..0d503b528c1 100644
--- a/editors/abiword1/Makefile
+++ b/editors/abiword1/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/01/22 08:30:30 grant Exp $
+# $NetBSD: Makefile,v 1.6 2004/02/11 12:20:03 jlam Exp $
#
# According to AbiSource's explanation of their trademark rights,
# compilations/distributions of AbiWord not provided by AbiSource must
@@ -49,7 +49,7 @@ MAKE_FLAGS+= UNIX_CAN_BUILD_STATIC=0
.include "../../converters/libiconv/buildlink2.mk"
-.if defined(ICONV_IS_GNU)
+.if defined(ICONV_TYPE) && (${ICONV_TYPE} == "gnu")
CONFIGURE_ARGS+= --with-libiconv=${BUILDLINK_PREFIX.iconv}
.endif