diff options
-rw-r--r-- | devel/SDL/Makefile.common | 3 | ||||
-rw-r--r-- | devel/gtexinfo/Makefile | 3 | ||||
-rw-r--r-- | games/genecys-client/Makefile | 3 | ||||
-rw-r--r-- | security/cyrus-sasl2/Makefile.common | 4 |
4 files changed, 4 insertions, 9 deletions
diff --git a/devel/SDL/Makefile.common b/devel/SDL/Makefile.common index 157a68c1b5e..ad9e8db9be4 100644 --- a/devel/SDL/Makefile.common +++ b/devel/SDL/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.10 2004/02/13 17:29:20 jlam Exp $ +# $NetBSD: Makefile.common,v 1.11 2004/02/14 13:55:19 jlam Exp $ # DISTNAME= SDL-1.2.6 @@ -15,7 +15,6 @@ PATCHDIR= ${.CURDIR}/../../devel/SDL/patches USE_BUILDLINK3= YES USE_X11= YES GNU_CONFIGURE= YES -CONFIG_STATUS_OVERRIDE= config.status USE_GNU_TOOLS+= make USE_LANGUAGES= c c++ PTHREAD_OPTS+= require diff --git a/devel/gtexinfo/Makefile b/devel/gtexinfo/Makefile index 3486f2f7f72..d5723397a51 100644 --- a/devel/gtexinfo/Makefile +++ b/devel/gtexinfo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2004/02/12 08:55:33 seb Exp $ +# $NetBSD: Makefile,v 1.49 2004/02/14 13:55:19 jlam Exp $ DISTNAME= texinfo-4.6 PKGNAME= g${DISTNAME} @@ -16,7 +16,6 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_BUILDLINK3= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes -CONFIG_STATUS_OVERRIDE= config.status INFO_FILES= info-stnd.info info.info texinfo TEST_TARGET= check diff --git a/games/genecys-client/Makefile b/games/genecys-client/Makefile index 23481c110e0..d4d2d732bc4 100644 --- a/games/genecys-client/Makefile +++ b/games/genecys-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/02/12 19:06:39 seb Exp $ +# $NetBSD: Makefile,v 1.4 2004/02/14 13:55:19 jlam Exp $ # DISTNAME= genecys-0.1 @@ -17,7 +17,6 @@ GNU_CONFIGURE= yes CONFIGURE_DIRS= ${WRKSRC}/common ${WRKSRC}/client BUILD_DIRS= ${WRKSRC}/common ${WRKSRC}/client LIBS+= -lm -CONFIG_STATUS_OVERRIDE= common/config.status client/config.status CONFIGURE_ARGS+= --with-cal3d=${BUILDLINK_PREFIX.cal3d} CONFIGURE_ARGS+= --with-openrm=${BUILDLINK_PREFIX.OpenRM} diff --git a/security/cyrus-sasl2/Makefile.common b/security/cyrus-sasl2/Makefile.common index e5e4dae001f..4b17233bb74 100644 --- a/security/cyrus-sasl2/Makefile.common +++ b/security/cyrus-sasl2/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.15 2004/02/14 07:45:36 jlam Exp $ +# $NetBSD: Makefile.common,v 1.16 2004/02/14 13:55:19 jlam Exp $ # # This Makefile fragment should be included _below_ any SASL_PLUGIN # definition and _above_ any CONFIGURE_ARGS definitions. @@ -28,9 +28,7 @@ DEFAULT_VIEW.${PKGBASE}= ${DEFAULT_VIEW.cyrus-sasl} USE_BUILDLINK3= YES USE_PKGINSTALL= YES - GNU_CONFIGURE= YES -CONFIG_STATUS_OVERRIDE= config.status USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool |