diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-26 00:17:31 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-26 00:17:31 +0800 |
commit | d78beb132cdff1572d8b545be1fb09eea396d6ae (patch) | |
tree | 3ae246ccbda59847628903cdf71a3645fe2d5a86 /lang/harbour | |
parent | 4d32bbcef6444fe1625b9b0a62da9c7aceadd457 (diff) | |
download | freebsd-ports-gnome-d78beb132cdff1572d8b545be1fb09eea396d6ae.tar.gz freebsd-ports-gnome-d78beb132cdff1572d8b545be1fb09eea396d6ae.tar.zst freebsd-ports-gnome-d78beb132cdff1572d8b545be1fb09eea396d6ae.zip |
Move MySQL support from bsd.databases.mk to Uses/mysql.mk.
Also, USE_MYSQL can't happen after bsd.port.pre.mk because it is a USES.
PR: 208971
Submitted by: mat
Exp-run by: antoine
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D5951
Diffstat (limited to 'lang/harbour')
-rw-r--r-- | lang/harbour/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/harbour/Makefile b/lang/harbour/Makefile index 8ecb7e4749ef..c94d607c6e14 100644 --- a/lang/harbour/Makefile +++ b/lang/harbour/Makefile @@ -90,6 +90,7 @@ MAKE_ENV= HB_ARCHITECTURE=${HB_ARCH} \ PGSQL_USES= pgsql FIREBIRD_USES= firebird +MYSQL_USES= mysql .include <bsd.port.pre.mk> @@ -115,7 +116,6 @@ PLIST_SUB+= SQLITE="@comment " .endif .if ${PORT_OPTIONS:MMYSQL} -USE_MYSQL= yes MAKE_ENV+= HB_WITH_MYSQL=nolocal .else MAKE_ENV+= HB_WITH_MYSQL=no |