svn commit: r414078 - head/comms/gnokii

Guido Falsi madpilot at FreeBSD.org
Tue Apr 26 21:13:52 UTC 2016


Author: madpilot
Date: Tue Apr 26 21:13:51 2016
New Revision: 414078
URL: https://svnweb.freebsd.org/changeset/ports/414078

Log:
  Convert to USES=mysql

Modified:
  head/comms/gnokii/Makefile

Modified: head/comms/gnokii/Makefile
==============================================================================
--- head/comms/gnokii/Makefile	Tue Apr 26 21:08:26 2016	(r414077)
+++ head/comms/gnokii/Makefile	Tue Apr 26 21:13:51 2016	(r414078)
@@ -59,7 +59,7 @@ CONFIGURE_ARGS+=	--disable-smsd
 .else
 PLIST_SUB+=	SMSD=''
 . if ${PORT_OPTIONS:MMYSQL}
-USE_MYSQL=	yes
+USES+=		mysql
 PLIST_SUB+=	MSM=''
 . else
 CONFIGURE_ARGS+=	--disable-mysql


More information about the svn-ports-all mailing list