summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam>2003-01-10 22:10:18 +0000
committerjlam <jlam>2003-01-10 22:10:18 +0000
commit9abd278e8db6ea5a0f7235e7c4adfc49b4216380 (patch)
tree13f5f666332e976546fd5780081388c42cafeacb
parentdb7e017aa87e4228a2f4823b0a96b2d20a1b51ce (diff)
downloadpkgsrc-9abd278e8db6ea5a0f7235e7c4adfc49b4216380.tar.gz
Build with shlibtool instead of libtool, like php4 really wants.
-rw-r--r--www/ap-php4/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-php4/Makefile b/www/ap-php4/Makefile
index bc06d6e4d41..b7f1c14b67c 100644
--- a/www/ap-php4/Makefile
+++ b/www/ap-php4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2003/01/08 01:52:41 jlam Exp $
+# $NetBSD: Makefile,v 1.26 2003/01/10 22:10:18 jlam Exp $
PKGNAME= ap-php-${PHP_BASE_VERS}
PKGREVISION= # empty
@@ -8,7 +8,7 @@ DEPENDS+= php>=${PHP_BASE_VERS}:../../www/php4
USE_BUILDLINK2= YES
APACHE_MODULE= YES
-LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+SHLIBTOOL_OVERRIDE= ${WRKSRC}/libtool
.include "../../www/php4/Makefile.php"