diff options
-rw-r--r-- | www/libapreq2/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
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}" |