diff options
Diffstat (limited to 'www/php4/Makefile')
-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" |