- Utilize USE_MYSQL
This commit is contained in:
parent
345158b1f1
commit
ef88cd7caf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87783
@ -38,7 +38,8 @@ PLIST_SUB+= WITH_GDBM="@comment "
|
||||
.endif
|
||||
|
||||
.if defined(WITH_MYSQL)
|
||||
LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client
|
||||
USE_MYSQL= yes
|
||||
WANT_MYSQL_VER= 323
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-mysql
|
||||
.endif
|
||||
|
@ -38,7 +38,8 @@ PLIST_SUB+= WITH_GDBM="@comment "
|
||||
.endif
|
||||
|
||||
.if defined(WITH_MYSQL)
|
||||
LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client
|
||||
USE_MYSQL= yes
|
||||
WANT_MYSQL_VER= 323
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-mysql
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user