Fix build.
PR: 67590 (I committed my own patch). Maintainer timeout.
This commit is contained in:
parent
8f11239294
commit
ee4d7063a3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114915
1 changed files with 2 additions and 6 deletions
|
@ -15,11 +15,7 @@ MAINTAINER= anders@FreeBSD.org
|
|||
COMMENT= An Apache module implementing config inclusion from MySQL databases
|
||||
|
||||
USE_MYSQL= yes
|
||||
DOCS= CHANGES.txt README.txt test.sql
|
||||
|
||||
BROKEN= "Does not build"
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
DOCS= CHANGES.txt README.txt test.sql
|
||||
|
||||
.if defined(WITH_APACHE2) || exists(${LOCALBASE}/include/apache2/apr.h)
|
||||
IGNORE= Sorry, mod_sqlinclude only works with Apache 1.x
|
||||
|
@ -40,4 +36,4 @@ do-install:
|
|||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue