summaryrefslogtreecommitdiff
path: root/www
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
commit76e857fe6e7040f4f03b34e4747a00aaf70c8412 (patch)
tree0fc34dc4bf2cbdb595906bc095772ac2ec4dcf6c /www
parent8015d63d2b157c3663e3efb505ba5ea8ac589f6b (diff)
downloadpkgsrc-76e857fe6e7040f4f03b34e4747a00aaf70c8412.tar.gz
phpize calls automake-1.9, so up AUTOMAKE_REQD to match
Diffstat (limited to 'www')
-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/-/_/}