From 2f678db928d37c824721683f060541744c9bdf29 Mon Sep 17 00:00:00 2001 From: demon Date: Wed, 28 Jul 2004 07:23:16 +0000 Subject: Fix build. PR: 67590 (I committed my own patch). Maintainer timeout. --- www/mod_sqlinclude/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/www/mod_sqlinclude/Makefile b/www/mod_sqlinclude/Makefile index ad6d0d1d025..d64ae234717 100644 --- a/www/mod_sqlinclude/Makefile +++ b/www/mod_sqlinclude/Makefile @@ -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 +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 +.include -- cgit