svn commit: r417591 - head/databases/p5-DBD-mysql

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jun 26 17:24:27 UTC 2016


Author: sunpoet
Date: Sun Jun 26 17:24:25 2016
New Revision: 417591
URL: https://svnweb.freebsd.org/changeset/ports/417591

Log:
  - Use USES=mysql

Modified:
  head/databases/p5-DBD-mysql/Makefile

Modified: head/databases/p5-DBD-mysql/Makefile
==============================================================================
--- head/databases/p5-DBD-mysql/Makefile	Sun Jun 26 17:24:21 2016	(r417590)
+++ head/databases/p5-DBD-mysql/Makefile	Sun Jun 26 17:24:25 2016	(r417591)
@@ -20,9 +20,8 @@ TEST_DEPENDS=	p5-Test-Deep>=0:devel/p5-T
 
 CONFLICTS_INSTALL?=	p5-DBD-mysql[45][0-9]-[0-9]*
 
-USE_MYSQL=	yes
 USE_PERL5=	configure
-USES=		perl5
+USES=		mysql perl5
 
 OPTIONS_DEFINE=	SSL
 SSL_BUILD_DEPENDS=	p5-Crypt-SSLeay>=0:security/p5-Crypt-SSLeay


More information about the svn-ports-head mailing list