From d78beb132cdff1572d8b545be1fb09eea396d6ae Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Mon, 25 Apr 2016 16:17:31 +0000 Subject: 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 --- net-mgmt/ocsinventory-ng/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'net-mgmt') diff --git a/net-mgmt/ocsinventory-ng/Makefile b/net-mgmt/ocsinventory-ng/Makefile index bb12cdd674c9..e68182f2c970 100644 --- a/net-mgmt/ocsinventory-ng/Makefile +++ b/net-mgmt/ocsinventory-ng/Makefile @@ -22,9 +22,8 @@ RUN_DEPENDS= p5-XML-Simple>=0:textproc/p5-XML-Simple \ p5-SOAP-Lite>=0:net/p5-SOAP-Lite \ p5-XML-Entities>=0:textproc/p5-XML-Entities -USES= perl5 +USES= mysql perl5 USE_APACHE_RUN= 22+ -USE_MYSQL= 41+ WANT_PHP_WEB= yes USE_PHP= mysql pcre zlib session xml gd zip openssl mbstring NO_BUILD= yes -- cgit