summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-06-21 23:04:36 +0000
committerjlam <jlam@pkgsrc.org>2002-06-21 23:04:36 +0000
commitc878fb96cdd34588dd5f1ffd13bebd097bc210a5 (patch)
tree6ec12b972663de525569c0426927d40645c8884c /converters
parenta4a2ac238ebc7831ecc16367cde6b0f3c1d19b30 (diff)
downloadpkgsrc-c878fb96cdd34588dd5f1ffd13bebd097bc210a5.tar.gz
Rename USE_BUILDLINK2_ONLY to USE_BUILDLINK2 for less verbosity. Also
convert a few more packages to use the buildlink2 framework.
Diffstat (limited to 'converters')
-rw-r--r--converters/libiconv/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile
index 2df52bb0691..df9636e9f7b 100644
--- a/converters/libiconv/Makefile
+++ b/converters/libiconv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7.2.1 2002/05/11 02:08:59 jlam Exp $
+# $NetBSD: Makefile,v 1.7.2.2 2002/06/21 23:05:01 jlam Exp $
#
DISTNAME= libiconv-1.7
@@ -9,7 +9,7 @@ MAINTAINER= rh@netbsd.org
HOMEPAGE= http://www.gnu.org/software/libiconv/
COMMENT= character set conversion library
-USE_BUILDLINK2_ONLY= YES
+USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
USE_GMAKE= YES
USE_LIBTOOL= YES