1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00

Use USE_MYSQL.

PR:		ports/62756
Submitted by:	Brian Reichert <reichert@numachi.com>
Approved by:	nork (mentor/implicitly)
This commit is contained in:
Alex Dupre 2004-02-12 23:23:08 +00:00
parent e677797f47
commit 103bb7cbe7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100794

View File

@ -35,7 +35,7 @@ LANGUAGE?= en_US
# If WITH_MYSQL is defined, build with MySQL extensions
.if defined(WITH_MYSQL)
ALL_TARGET= mysql it ${LANGUAGE}
LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client
USE_MYSQL= yes
EXTRACT_INCLUDE+= -I${LOCALBASE}/include/mysql
EXTRACT_LIB+= -L${LOCALBASE}/lib/mysql -lmysqlclient -lm
.elif defined(WITH_POSTGRESQL)