diff options
-rw-r--r-- | graphics/cal3d/Makefile.common | 3 | ||||
-rw-r--r-- | net/quagga/Makefile | 3 | ||||
-rw-r--r-- | net/zebra/Makefile | 3 | ||||
-rw-r--r-- | security/kth-krb4/Makefile | 7 | ||||
-rw-r--r-- | www/php4/Makefile.module | 3 |
5 files changed, 5 insertions, 14 deletions
diff --git a/graphics/cal3d/Makefile.common b/graphics/cal3d/Makefile.common index f834d3a4b0d..ae3d47b7f1f 100644 --- a/graphics/cal3d/Makefile.common +++ b/graphics/cal3d/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2004/02/14 17:21:40 jlam Exp $ +# $NetBSD: Makefile.common,v 1.4 2004/09/04 23:40:43 wiz Exp $ # DISTNAME= cal3d-${CAL3D_VERSION} @@ -15,7 +15,6 @@ EXTRACT_SUFX= .tar.bz2 USE_BUILDLINK3= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes -AUTOMAKE_REQD= 1.8 #AUTOMAKE_OVERRIDE= NO .include "../../mk/autoconf.mk" diff --git a/net/quagga/Makefile b/net/quagga/Makefile index b17f8877cf0..45883ba6b01 100644 --- a/net/quagga/Makefile +++ b/net/quagga/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/04/25 07:38:04 snj Exp $ +# $NetBSD: Makefile,v 1.13 2004/09/04 23:40:43 wiz Exp $ # Based on KAME Id: Makefile,v 1.1.2.1.2.1.10.2 1999/01/05 11:03:50 itojun Exp # @@ -13,7 +13,6 @@ COMMENT= Free multithreaded routing daemon software (fork of zebra) .include "../../mk/bsd.prefs.mk" -AUTOMAKE_REQD= 1.6.2 USE_BUILDLINK3= yes GNU_CONFIGURE= # defined PKG_SYSCONFSUBDIR?= zebra diff --git a/net/zebra/Makefile b/net/zebra/Makefile index 5ee61960404..6c7cbb4bac8 100644 --- a/net/zebra/Makefile +++ b/net/zebra/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2004/04/25 07:49:56 snj Exp $ +# $NetBSD: Makefile,v 1.63 2004/09/04 23:40:43 wiz Exp $ # Based on KAME Id: Makefile,v 1.1.2.1.2.1.10.2 1999/01/05 11:03:50 itojun Exp # @@ -14,7 +14,6 @@ COMMENT= Free multithreaded routing daemon software .include "../../mk/bsd.prefs.mk" -AUTOMAKE_REQD= 1.8 USE_BUILDLINK3= yes GNU_CONFIGURE= # defined PKG_SYSCONFSUBDIR?= zebra diff --git a/security/kth-krb4/Makefile b/security/kth-krb4/Makefile index 2c537fd1718..d138edf4248 100644 --- a/security/kth-krb4/Makefile +++ b/security/kth-krb4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2004/05/10 02:10:14 snj Exp $ +# $NetBSD: Makefile,v 1.34 2004/09/04 23:40:44 wiz Exp $ # DISTNAME= krb4-1.2.1 @@ -11,11 +11,6 @@ MAINTAINER= wennmach@NetBSD.org HOMEPAGE= http://www.pdc.kth.se/kth-krb/ COMMENT= Kerberos IV distribution from KTH -# enable this once our autoconf has been upgraded to autoconf>=2.52: -# (don't forget to also add automake.mk (see bottom)) -#AUTOCONF_REQD= 2.52 -#AUTOMAKE_REQD= 1.7 - CONFLICTS+= zephyr-[0-9]* CONFLICTS+= libdes-[0-9]* diff --git a/www/php4/Makefile.module b/www/php4/Makefile.module index ba480daaf01..b1743d0db08 100644 --- a/www/php4/Makefile.module +++ b/www/php4/Makefile.module @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.module,v 1.26 2004/09/04 23:29:42 kim Exp $ +# $NetBSD: Makefile.module,v 1.27 2004/09/04 23:40:44 wiz Exp $ # # This Makefile is provided to ease creating PHP4 packages for the extension # modules distributed in the PHP4 sources. @@ -12,7 +12,6 @@ PKGNAME?= php-${MODNAME}-${PHP_BASE_VERS} PKGREVISION?= # empty -AUTOMAKE_REQD?= 1.9 .include "../../mk/automake.mk" PKGMODNAME?= ${MODNAME:S/-/_/} |