mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
- Get rid of obsolete WANT_APACHE stuff which led it to get tagged as
BROKEN
This commit is contained in:
parent
bc3ac826cf
commit
7336373866
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=205881
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user