diff options
Diffstat (limited to 'www/php4/Makefile')
-rw-r--r-- | www/php4/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/php4/Makefile b/www/php4/Makefile index a6855330c49..199aaa6db07 100644 --- a/www/php4/Makefile +++ b/www/php4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2004/01/24 15:23:47 grant Exp $ +# $NetBSD: Makefile,v 1.37 2004/02/14 17:21:54 jlam Exp $ PKGNAME= php-${PHP_BASE_VERS} CATEGORIES+= lang @@ -9,7 +9,8 @@ CONFLICTS+= ap-php-4.0.3pl1 USE_BUILDLINK2= YES USE_PKGINSTALL= YES # PHP uses libtool inconsistently for CGI/CLI build; don't sanify for now -# LIBTOOL_OVERRIDE= ${WRKSRC}/libtool +# LIBTOOL_OVERRIDE= libtool +LIBTOOL_OVERRIDE= # empty USE_GNU_TOOLS+= make .include "Makefile.php" |