summaryrefslogtreecommitdiff
path: root/www/dpsearch/Makefile
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2004-11-03 15:00:00 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2004-11-03 15:00:00 +0000
commitfd38a5e075371ed29b4b626ad43103b43301d402 (patch)
tree9a707db33bf35faa475dfa8eefe8fd9390b17828 /www/dpsearch/Makefile
parentAdd e-0.02718, a tiny expression evaluator. (diff)
Add a database dependency for PACKAGE_BUILDING
Notes
Notes: svn path=/head/; revision=120708
Diffstat (limited to '')
-rw-r--r--www/dpsearch/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/dpsearch/Makefile b/www/dpsearch/Makefile
index 272c75b32e2e..7509a2a89a1c 100644
--- a/www/dpsearch/Makefile
+++ b/www/dpsearch/Makefile
@@ -38,6 +38,10 @@ OPTIONS= DPSEARCH_THREADS "Enable pthreads" on \
DPSEARCH_MYSQL "Use MySQL (mutually exclusive)" off \
DPSEARCH_SQLITE "Use SQLite (mutually exclusive)" off \
+.if defined(PACKAGE_BUILDING)
+WITH_DPSEARCH_MYSQL= yes
+.endif
+
.include <bsd.port.pre.mk>
CONFIGURE_ENV+= PORTNAME="${PORTNAME}"