summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-02-11 12:20:03 +0000
committerjlam <jlam@pkgsrc.org>2004-02-11 12:20:03 +0000
commit057d7df5eca0d9f06bd673c5e623b95777d88fe9 (patch)
treeffa318e5abf313b823c5566b3c241da5728c0cbb /editors
parentfee65a86fda66be78f7b8591f88e582f4a0d27d6 (diff)
downloadpkgsrc-057d7df5eca0d9f06bd673c5e623b95777d88fe9.tar.gz
Teach these package Makefiles about ICONV_TYPE.
Diffstat (limited to 'editors')
-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