diff options
author | grant <grant@pkgsrc.org> | 2004-01-24 15:18:32 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-24 15:18:32 +0000 |
commit | fdcf6fa181191b1c31a0edcc9a4cf1fe5c83a22c (patch) | |
tree | b586c3a412ff340b65ac788bfc63506f68c63c6f /www/php4 | |
parent | 198d3ed254e1073668ac7c2f47ca986598fd1f7a (diff) | |
download | pkgsrc-fdcf6fa181191b1c31a0edcc9a4cf1fe5c83a22c.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'www/php4')
-rw-r--r-- | www/php4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/php4/Makefile b/www/php4/Makefile index 037a57ceef8..a6855330c49 100644 --- a/www/php4/Makefile +++ b/www/php4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2003/11/08 06:58:10 jdolecek Exp $ +# $NetBSD: Makefile,v 1.36 2004/01/24 15:23:47 grant Exp $ PKGNAME= php-${PHP_BASE_VERS} CATEGORIES+= lang @@ -10,7 +10,7 @@ USE_BUILDLINK2= YES USE_PKGINSTALL= YES # PHP uses libtool inconsistently for CGI/CLI build; don't sanify for now # LIBTOOL_OVERRIDE= ${WRKSRC}/libtool -USE_GMAKE= YES +USE_GNU_TOOLS+= make .include "Makefile.php" |