summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkim <kim@pkgsrc.org>2004-09-04 23:29:42 +0000
committerkim <kim@pkgsrc.org>2004-09-04 23:29:42 +0000
commitf910bca43de57fcb0a05f23d39b468229ea75411 (patch)
tree0fc34dc4bf2cbdb595906bc095772ac2ec4dcf6c
parent49d86d27ab6ecbb09250d4b671434d3350d66353 (diff)
downloadpkgsrc-f910bca43de57fcb0a05f23d39b468229ea75411.tar.gz
phpize calls automake-1.9, so up AUTOMAKE_REQD to match
-rw-r--r--www/php4/Makefile.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/php4/Makefile.module b/www/php4/Makefile.module
index be35a78d47e..ba480daaf01 100644
--- a/www/php4/Makefile.module
+++ b/www/php4/Makefile.module
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.module,v 1.25 2004/04/24 23:03:25 xtraeme Exp $
+# $NetBSD: Makefile.module,v 1.26 2004/09/04 23:29:42 kim Exp $
#
# This Makefile is provided to ease creating PHP4 packages for the extension
# modules distributed in the PHP4 sources.
@@ -12,7 +12,7 @@
PKGNAME?= php-${MODNAME}-${PHP_BASE_VERS}
PKGREVISION?= # empty
-AUTOMAKE_REQD?= 1.7
+AUTOMAKE_REQD?= 1.9
.include "../../mk/automake.mk"
PKGMODNAME?= ${MODNAME:S/-/_/}