From 136b3866d9fd30ae6ad3ad4878f77733327936d2 Mon Sep 17 00:00:00 2001 From: arved Date: Wed, 3 Nov 2004 15:00:00 +0000 Subject: Add a database dependency for PACKAGE_BUILDING --- www/dpsearch/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'www') 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 CONFIGURE_ENV+= PORTNAME="${PORTNAME}" -- cgit