summaryrefslogtreecommitdiff
path: root/www/php4
diff options
context:
space:
mode:
authorwiz <wiz>2004-09-04 23:40:43 +0000
committerwiz <wiz>2004-09-04 23:40:43 +0000
commit8dea0e04753008fe908db9ca799fd159bb514d09 (patch)
tree4eb8d697214bfaad1362d80841be3b4af27ae331 /www/php4
parent9aab343063b3f3ce54294992321c2813bcd9d35b (diff)
downloadpkgsrc-8dea0e04753008fe908db9ca799fd159bb514d09.tar.gz
AUTOMAKE_REQD should only be set to 1.4 in the few cases where needed,
otherwise the default is better (and the variable doesn't need to be set). Remove a few cases where it was set unnecessarily.
Diffstat (limited to 'www/php4')
-rw-r--r--www/php4/Makefile.module3
1 files changed, 1 insertions, 2 deletions
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/-/_/}