From 3b21e0b13fedcc329574de66703fe9ef031c1625 Mon Sep 17 00:00:00 2001 From: espie Date: Tue, 16 Oct 2001 08:01:44 +0000 Subject: [PATCH] Don't grab gdbm if it's installed, since we don't depend on it... --- www/php3/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/php3/Makefile b/www/php3/Makefile index b2728c7bbae..ce5c9578115 100644 --- a/www/php3/Makefile +++ b/www/php3/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.36 2001/10/15 23:45:45 avsm Exp $ +# $OpenBSD: Makefile,v 1.37 2001/10/16 08:01:44 espie Exp $ COMMENT= "server-side HTML-embedded scripting language" @@ -29,6 +29,7 @@ CONFIGURE_STYLE= gnu CONFIGURE_ARGS+= --with-apxs=/usr/sbin/apxs \ --with-pcre-regex \ --with-xml \ + --without-gdbm \ --with-config-file-path=/var/www/conf LIB_DEPENDS+= expat.2::textproc/expat