aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorskv <skv@FreeBSD.org>2007-02-07 02:06:39 +0800
committerskv <skv@FreeBSD.org>2007-02-07 02:06:39 +0800
commitdf14af38cd8b10fa7a2588ead8d9cfd353b8987d (patch)
tree9482c9de62e437bd3862fe28ff64e8f831778994 /www
parent7aed8975887af7f0275c9082517ecf99f940d03a (diff)
downloadfreebsd-ports-gnome-df14af38cd8b10fa7a2588ead8d9cfd353b8987d.tar.gz
freebsd-ports-gnome-df14af38cd8b10fa7a2588ead8d9cfd353b8987d.tar.zst
freebsd-ports-gnome-df14af38cd8b10fa7a2588ead8d9cfd353b8987d.zip
Unbreak build.
PR: ports/102003 Submitted by: Rainer Duffner <rainer xx ultra-secure.de>
Diffstat (limited to 'www')
-rw-r--r--www/libapreq2/Makefile4
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}"