diff options
author | jlam <jlam> | 2003-01-08 01:52:41 +0000 |
---|---|---|
committer | jlam <jlam> | 2003-01-08 01:52:41 +0000 |
commit | c13ee3f0df6df2c10f8cf2f0379a3a022104036d (patch) | |
tree | 0a6411dda680d683edb8fe9da8330100bef7123e /www/php4/Makefile | |
parent | db9cfe75f24a8e97a0776be4153388d114a63031 (diff) | |
download | pkgsrc-c13ee3f0df6df2c10f8cf2f0379a3a022104036d.tar.gz |
Make php4 and ap-php4 actually use our libtool again.
Diffstat (limited to 'www/php4/Makefile')
-rw-r--r-- | www/php4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/php4/Makefile b/www/php4/Makefile index 7d3f7db8e5f..3c7da7cdb70 100644 --- a/www/php4/Makefile +++ b/www/php4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2002/10/14 06:21:18 martti Exp $ +# $NetBSD: Makefile,v 1.29 2003/01/08 01:52:43 jlam Exp $ PKGNAME= php-${PHP_BASE_VERS} CATEGORIES+= lang @@ -7,6 +7,7 @@ COMMENT= HTML-embedded scripting language CONFLICTS+= ap-php-4.0.3pl1 USE_BUILDLINK2= YES +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool .include "Makefile.php" |