diff options
Diffstat (limited to 'www')
-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}" |