From 50041ddd64dd58ffe7aacb1a2b845e728b4256ed Mon Sep 17 00:00:00 2001 From: jakob Date: Mon, 4 Sep 2000 21:15:40 +0000 Subject: [PATCH] remove USE_LIBTOOL as php4 always uses its own libtool; Evan Champion --- www/php4/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/www/php4/Makefile b/www/php4/Makefile index 638fa9ab509..c563eb5b723 100644 --- a/www/php4/Makefile +++ b/www/php4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2000/09/03 11:55:00 jakob Exp $ +# $OpenBSD: Makefile,v 1.2 2000/09/04 21:15:40 jakob Exp $ DISTNAME= php-4.0.2 PKGNAME= php4-4.0.2 @@ -44,8 +44,6 @@ CONFIGURE_ARGS+= --with-apxs=/usr/sbin/apxs \ --with-xml \ --with-zlib -USE_LIBTOOL= yes - # gdbm CONFIGURE_ARGS+= --with-gdbm BUILD_DEPENDS+= ${PREFIX}/lib/libgdbm.a::databases/gdbm