summaryrefslogtreecommitdiff
path: root/sysutils
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 /sysutils
parentfee65a86fda66be78f7b8591f88e582f4a0d27d6 (diff)
downloadpkgsrc-057d7df5eca0d9f06bd673c5e623b95777d88fe9.tar.gz
Teach these package Makefiles about ICONV_TYPE.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/gnome-vfs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/gnome-vfs/Makefile b/sysutils/gnome-vfs/Makefile
index 618f253648a..829292ab339 100644
--- a/sysutils/gnome-vfs/Makefile
+++ b/sysutils/gnome-vfs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2004/01/24 15:06:57 grant Exp $
+# $NetBSD: Makefile,v 1.37 2004/02/11 12:20:03 jlam Exp $
DISTNAME= gnome-vfs-1.0.5
PKGREVISION= 5
@@ -25,7 +25,7 @@ CONFIGURE_ARGS+= --enable-gtk-doc=no
.include "../../converters/libiconv/buildlink2.mk"
-.if defined(ICONV_IS_GNU)
+.if defined(ICONV_TYPE) && (${ICONV_TYPE} == "gnu")
CONFIGURE_ARGS+= --with-libiconv=yes
.endif