diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-11-03 15:00:00 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-11-03 15:00:00 +0000 |
commit | fd38a5e075371ed29b4b626ad43103b43301d402 (patch) | |
tree | 9a707db33bf35faa475dfa8eefe8fd9390b17828 /www/dpsearch | |
parent | fe81dd4aea545942f516f47f1403a8c3f45d2c10 (diff) |
Notes
Diffstat (limited to 'www/dpsearch')
-rw-r--r-- | www/dpsearch/Makefile | 4 |
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}" |