diff options
author | wiz <wiz@pkgsrc.org> | 2004-09-04 23:40:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-09-04 23:40:43 +0000 |
commit | c85130d403268430fd7a7a28ed065188d44a6c28 (patch) | |
tree | 4eb8d697214bfaad1362d80841be3b4af27ae331 /www | |
parent | 76e857fe6e7040f4f03b34e4747a00aaf70c8412 (diff) | |
download | pkgsrc-c85130d403268430fd7a7a28ed065188d44a6c28.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')
-rw-r--r-- | www/php4/Makefile.module | 3 |
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/-/_/} |