diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-15 10:12:08 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-15 10:12:08 +0000 |
commit | 581cac9416d38f70a9e5c680d9751230bd43cbc4 (patch) | |
tree | 4ec74f3dd744ca8054cce78df35237dd5b189528 /net/libnss-mysql/Makefile | |
parent | Update binutils to 2.33.1 (diff) |
Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysql
Diffstat (limited to 'net/libnss-mysql/Makefile')
-rw-r--r-- | net/libnss-mysql/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/libnss-mysql/Makefile b/net/libnss-mysql/Makefile index 672b4ce25729..328ab0989041 100644 --- a/net/libnss-mysql/Makefile +++ b/net/libnss-mysql/Makefile @@ -13,9 +13,8 @@ COMMENT= NSS module using a MySQL database for backend GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-mysql=${LOCALBASE} INSTALL_TARGET= install-strip -USES= libtool +USES= libtool mysql USE_LDCONFIG= yes -USE_MYSQL= yes post-patch: @${REINPLACE_CMD} 's,$${srcdir}/aux/mkinstalldirs,$${mkinstalldirs},' \ |