From df14af38cd8b10fa7a2588ead8d9cfd353b8987d Mon Sep 17 00:00:00 2001 From: skv Date: Tue, 6 Feb 2007 18:06:39 +0000 Subject: Unbreak build. PR: ports/102003 Submitted by: Rainer Duffner --- www/libapreq2/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'www') diff --git a/www/libapreq2/Makefile b/www/libapreq2/Makefile index c184a7bccbef..ee302a309e96 100644 --- a/www/libapreq2/Makefile +++ b/www/libapreq2/Makefile @@ -14,12 +14,10 @@ MASTER_SITE_SUBDIR=libapreq MAINTAINER= skv@FreeBSD.org COMMENT= Generic Apache2 Request Library -BROKEN= Does not build - USE_APACHE= 2.0+ USE_LDCONFIG=yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-apache2-apxs=${APXS} +CONFIGURE_ARGS+= --with-apache2-apxs=${APXS} --with-expat=${LOCALBASE} SHLIB_MAJOR= 9 PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}" -- cgit