Date: Tue, 26 Apr 2016 21:13:51 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414078 - head/comms/gnokii Message-ID: <201604262113.u3QLDp3B051631@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604262113.u3QLDp3B051631>