conditionally set SQLRELAY_DATABASES.
This commit is contained in:
parent
6a87c776f1
commit
fabb31d14d
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.2 2004/04/15 10:44:30 grant Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2004/04/15 10:44:53 grant Exp $
|
||||
|
||||
DISTNAME= sqlrelay-0.33.1
|
||||
CATEGORIES= databases
|
||||
|
@ -16,7 +16,7 @@ USE_LIBTOOL= YES
|
|||
USE_PKGLOCALEDIR= YES
|
||||
|
||||
#SQLRELAY_DATABASES+= mysql postgresql
|
||||
SQLRELAY_DATABASES= # empty
|
||||
SQLRELAY_DATABASES?= # empty
|
||||
|
||||
.for _db_ in ${SQLRELAY_DATABASES}
|
||||
SQLRELAY.${_db_}?= YES
|
||||
|
|
Loading…
Reference in a new issue