diff options
author | demon <demon@FreeBSD.org> | 2004-07-28 07:23:16 +0000 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2004-07-28 07:23:16 +0000 |
commit | 2f678db928d37c824721683f060541744c9bdf29 (patch) | |
tree | ac7bd5041c96301963191f835497ee23733f3d3f /www/mod_sqlinclude | |
parent | 72112e80599a3a25900e0d5b02b4c61b37232594 (diff) | |
download | FreeBSD-ports-2f678db928d37c824721683f060541744c9bdf29.zip FreeBSD-ports-2f678db928d37c824721683f060541744c9bdf29.tar.gz |
Fix build.
PR: 67590
(I committed my own patch).
Maintainer timeout.
Diffstat (limited to 'www/mod_sqlinclude')
-rw-r--r-- | www/mod_sqlinclude/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/www/mod_sqlinclude/Makefile b/www/mod_sqlinclude/Makefile index ad6d0d1d..d64ae23 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 <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> |