diff options
author | jlam <jlam@pkgsrc.org> | 2004-03-23 04:40:59 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-03-23 04:40:59 +0000 |
commit | 326169077a1ea33e6ce3ca3fd58f9e44cc2eb041 (patch) | |
tree | d8094c229e6aa2ba7ccd261556aaa1939c21a233 /devel | |
parent | a97936193dc3417e78f64b9361579ab280ca8f30 (diff) | |
download | pkgsrc-326169077a1ea33e6ce3ca3fd58f9e44cc2eb041.tar.gz |
USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/acunia-jam/Makefile | 4 | ||||
-rw-r--r-- | devel/libproplist/Makefile | 4 | ||||
-rw-r--r-- | devel/readline/Makefile | 4 | ||||
-rw-r--r-- | devel/rx/Makefile | 4 | ||||
-rw-r--r-- | devel/zlib/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/devel/acunia-jam/Makefile b/devel/acunia-jam/Makefile index eb09c91b895..64aa05df5cd 100644 --- a/devel/acunia-jam/Makefile +++ b/devel/acunia-jam/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/03/11 17:42:34 xtraeme Exp $ +# $NetBSD: Makefile,v 1.9 2004/03/23 04:41:00 jlam Exp $ # DISTNAME= acunia-jam-1.0 @@ -13,7 +13,7 @@ COMMENT= Acunia version of the program construction tool, like make(1) CONFLICTS= jam-[0-9]* WRKSRC= ${WRKDIR}/jam -USE_BUILDLINK3= # defined +USE_BUILDLINK3= yes DOCDIR= share/doc/${PKGBASE} HTMLDIR= share/doc/html/${PKGBASE} diff --git a/devel/libproplist/Makefile b/devel/libproplist/Makefile index 697468ce118..596f9075358 100644 --- a/devel/libproplist/Makefile +++ b/devel/libproplist/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/02/25 23:21:30 minskim Exp $ +# $NetBSD: Makefile,v 1.15 2004/03/23 04:41:00 jlam Exp $ DISTNAME= libPropList-0.10.1 PKGNAME= libproplist-0.10.1 @@ -9,7 +9,7 @@ MAINTAINER= jlam@NetBSD.org COMMENT= GNUstep/OPENSTEP property lists compatibility library GNU_CONFIGURE= # defined -USE_BUILDLINK3= # defined +USE_BUILDLINK3= yes USE_LIBTOOL= # defined LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig diff --git a/devel/readline/Makefile b/devel/readline/Makefile index 4e941766f2e..3c87fa2c25b 100644 --- a/devel/readline/Makefile +++ b/devel/readline/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2004/01/05 11:19:13 jlam Exp $ +# $NetBSD: Makefile,v 1.30 2004/03/23 04:41:00 jlam Exp $ # DISTNAME= readline-4.3 @@ -16,7 +16,7 @@ COMMENT= GNU library that can recall and edit previous input PKG_INSTALLATION_TYPES= overwrite pkgviews -USE_BUILDLINK3= # defined +USE_BUILDLINK3= yes GNU_CONFIGURE= # defined USE_LIBTOOL= # defined diff --git a/devel/rx/Makefile b/devel/rx/Makefile index 4823870b5a7..24cfa49df74 100644 --- a/devel/rx/Makefile +++ b/devel/rx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/02/22 16:48:11 minskim Exp $ +# $NetBSD: Makefile,v 1.14 2004/03/23 04:41:00 jlam Exp $ DISTNAME= rx-1.5 CATEGORIES= devel @@ -9,7 +9,7 @@ MAINTAINER= jlam@NetBSD.org HOMEPAGE= http://www.gnu.org/software/rx/rx.html COMMENT= Fast replacement for the GNU regex library -USE_BUILDLINK3= # defined +USE_BUILDLINK3= yes USE_LIBTOOL= # defined GNU_CONFIGURE= # defined diff --git a/devel/zlib/Makefile b/devel/zlib/Makefile index fba831d4d3c..4863e0fcab7 100644 --- a/devel/zlib/Makefile +++ b/devel/zlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2004/01/13 17:45:20 jmmv Exp $ +# $NetBSD: Makefile,v 1.24 2004/03/23 04:41:00 jlam Exp $ DISTNAME= zlib-1.2.1 CATEGORIES= devel @@ -13,7 +13,7 @@ COMMENT= General purpose data compression library PKG_INSTALLATION_TYPES= overwrite pkgviews -USE_BUILDLINK3= # defined +USE_BUILDLINK3= yes USE_LIBTOOL= # defined HAS_CONFIGURE= # defined INSTALLATION_DIRS= include lib man/man3 |