diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2016-04-26 21:13:51 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2016-04-26 21:13:51 +0000 |
commit | 8944a8a13195b593a74a03d51ee2a9e4263b1324 (patch) | |
tree | 7f46ff114508ce5a8985d34eda6e928ba3120d64 /comms/gnokii | |
parent | 6d6f770189c623d754e1bca857f022643d66e3c0 (diff) | |
download | ports-8944a8a13195b593a74a03d51ee2a9e4263b1324.tar.gz ports-8944a8a13195b593a74a03d51ee2a9e4263b1324.zip |
Convert to USES=mysql
Notes
Notes:
svn path=/head/; revision=414078
Diffstat (limited to 'comms/gnokii')
-rw-r--r-- | comms/gnokii/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/gnokii/Makefile b/comms/gnokii/Makefile index 4f61242cfee7..85aa284ecc12 100644 --- a/comms/gnokii/Makefile +++ b/comms/gnokii/Makefile @@ -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 |