diff options
author | jlam <jlam@pkgsrc.org> | 2003-01-08 01:52:41 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-01-08 01:52:41 +0000 |
commit | 6df0e56b17a490622d9c81e6b437028ad0e1e520 (patch) | |
tree | 0a6411dda680d683edb8fe9da8330100bef7123e /www/php4/Makefile | |
parent | d15f3624302955323a7ec32bb8cd46300d4bf977 (diff) | |
download | pkgsrc-6df0e56b17a490622d9c81e6b437028ad0e1e520.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" |