pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/php4 phpize calls automake-1.9, so up AUTOMAKE_REQ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c0227c786757
branches:  trunk
changeset: 480290:c0227c786757
user:      kim <kim%pkgsrc.org@localhost>
date:      Sat Sep 04 23:29:42 2004 +0000

description:
phpize calls automake-1.9, so up AUTOMAKE_REQD to match

diffstat:

 www/php4/Makefile.module |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9e5f0d1debff -r c0227c786757 www/php4/Makefile.module
--- a/www/php4/Makefile.module  Sat Sep 04 21:51:20 2004 +0000
+++ b/www/php4/Makefile.module  Sat Sep 04 23:29:42 2004 +0000
@@ -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/-/_/}



Home | Main Index | Thread Index | Old Index