summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjlam <jlam>2003-01-10 22:10:18 +0000
committerjlam <jlam>2003-01-10 22:10:18 +0000
commit4467d10f76d27e1921b8abed3cc457087dbe9a61 (patch)
tree13f5f666332e976546fd5780081388c42cafeacb /www
parent42b3444d6b31cc50f6cd7925b73d0a60dd045cb1 (diff)
downloadpkgsrc-4467d10f76d27e1921b8abed3cc457087dbe9a61.tar.gz
Build with shlibtool instead of libtool, like php4 really wants.
Diffstat (limited to 'www')
-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"