From 5b4a210c09c02f9232fea299e0bb02e53a9202d2 Mon Sep 17 00:00:00 2001 From: sturm Date: Mon, 13 Oct 2008 12:26:47 +0000 Subject: [PATCH] USE_LIBTOOL=Yes --- www/ap2-mod_fastcgi/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/ap2-mod_fastcgi/Makefile b/www/ap2-mod_fastcgi/Makefile index a826487b5f6..23d3325b85f 100644 --- a/www/ap2-mod_fastcgi/Makefile +++ b/www/ap2-mod_fastcgi/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2007/09/21 20:09:21 merdely Exp $ +# $OpenBSD: Makefile,v 1.2 2008/10/13 12:26:47 sturm Exp $ SHARED_ONLY= Yes @@ -25,6 +25,7 @@ NO_REGRESS= Yes RUN_DEPENDS= ::www/apache-httpd BUILD_DEPENDS= ${RUN_DEPENDS} +USE_LIBTOOL= Yes MAKE_FLAGS= top_dir=${LOCALBASE}/share/apache2 \ APXS=${LOCALBASE}/sbin/apxs2 \ APACHECTL=${LOCALBASE}/sbin/apachectl2