aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorclement <clement@FreeBSD.org>2008-01-20 23:05:10 +0800
committerclement <clement@FreeBSD.org>2008-01-20 23:05:10 +0800
commitf987e8ca61d98daa4123158d720c86b620db38b4 (patch)
tree66be2fda417f6f48ca7b727ea16af48138018cb1 /www
parent02096898dce30b8757346ee1e40d634ab1063b1e (diff)
downloadfreebsd-ports-gnome-f987e8ca61d98daa4123158d720c86b620db38b4.tar.gz
freebsd-ports-gnome-f987e8ca61d98daa4123158d720c86b620db38b4.tar.zst
freebsd-ports-gnome-f987e8ca61d98daa4123158d720c86b620db38b4.zip
- Get rid of obsolete WANT_APACHE stuff which led it to get tagged as
BROKEN
Diffstat (limited to 'www')
-rw-r--r--www/mod_auth_mysql/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/www/mod_auth_mysql/Makefile b/www/mod_auth_mysql/Makefile
index a6ef680aa372..9b221b545504 100644
--- a/www/mod_auth_mysql/Makefile
+++ b/www/mod_auth_mysql/Makefile
@@ -17,11 +17,9 @@ COMMENT= Allows users to use MySQL databases for user authentication
BUILD_DEPENDS= ${APXS}:${PORTSDIR}/${APACHE_PORT}
RUN_DEPENDS= ${LOCALBASE}/sbin/${AP_TARGET}:${PORTSDIR}/${APACHE_PORT}
-BROKEN= Does not build
-
USE_MYSQL= yes
-WANT_APACHE= 13
+USE_APACHE= 13
AP_GENPLIST= yes
PORTDOCS= README USAGE
PLIST_FILES+= libexec/apache/libauth_mysql.so
@@ -32,8 +30,6 @@ HAS_CONFIGURE= yes
CONFIGURE_ARGS= --with-mysql=${PREFIX} \
--with-apxs=${APXS}
-.include "${.CURDIR}/../apache20/Makefile.modules.3rd"
-
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}