aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2004-11-03 23:00:00 +0800
committerarved <arved@FreeBSD.org>2004-11-03 23:00:00 +0800
commit136b3866d9fd30ae6ad3ad4878f77733327936d2 (patch)
treece6db3008b5aa57800390259b5e9a6a325ab7239 /www
parent1f521f93126bbabfcc581537daefb51991d2e948 (diff)
downloadfreebsd-ports-graphics-136b3866d9fd30ae6ad3ad4878f77733327936d2.tar.gz
freebsd-ports-graphics-136b3866d9fd30ae6ad3ad4878f77733327936d2.tar.zst
freebsd-ports-graphics-136b3866d9fd30ae6ad3ad4878f77733327936d2.zip
Add a database dependency for PACKAGE_BUILDING
Diffstat (limited to 'www')
-rw-r--r--www/dpsearch/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/dpsearch/Makefile b/www/dpsearch/Makefile
index 272c75b32e2..7509a2a89a1 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}"