FLAVOR:L
This commit is contained in:
parent
19a52781e7
commit
0bee1a3020
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2011/10/12 09:06:21 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2011/10/17 12:57:39 espie Exp $
|
||||
|
||||
COMMENT = modular, cross-platform and multi-threaded benchmark tool
|
||||
DISTNAME = sysbench-0.4.8
|
||||
@ -30,7 +30,7 @@ USE_LIBTOOL = yes
|
||||
FLAVORS = mysql pgsql
|
||||
FLAVOR ?=
|
||||
|
||||
.if ${FLAVOR:L:Mmysql}
|
||||
.if ${FLAVOR:Mmysql}
|
||||
CONFIGURE_ARGS += --with-mysql
|
||||
LIB_DEPENDS += databases/mysql
|
||||
WANTLIB += crypto ssl z lib/mysql/mysqlclient_r
|
||||
@ -38,7 +38,7 @@ WANTLIB += crypto ssl z lib/mysql/mysqlclient_r
|
||||
CONFIGURE_ARGS += --with-mysql=no
|
||||
.endif
|
||||
|
||||
.if ${FLAVOR:L:Mpgsql}
|
||||
.if ${FLAVOR:Mpgsql}
|
||||
CONFIGURE_ARGS += --with-pgsql
|
||||
LIB_DEPENDS += databases/postgresql
|
||||
WANTLIB += pq com_err crypto ssl
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2010/12/18 00:19:51 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2011/10/17 12:58:21 espie Exp $
|
||||
|
||||
COMMENT= perl interface to the ACEDB database
|
||||
|
||||
@ -32,7 +32,7 @@ SUBST_VARS= P5ACE
|
||||
RUN_DEPENDS= devel/p5-Cache-Cache \
|
||||
devel/p5-WeakRef
|
||||
|
||||
.if ${FLAVOR:L:Mopt}
|
||||
.if ${FLAVOR:Mopt}
|
||||
SHARED_ONLY=Yes
|
||||
CONFIGURE_ENV+= CHOICE1=2
|
||||
P5ACE=${P5ARCH}
|
||||
|
Loading…
Reference in New Issue
Block a user