diff options
author | fhajny <fhajny@pkgsrc.org> | 2015-01-03 16:07:38 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2015-01-03 16:07:38 +0000 |
commit | 719616ec8d1a8b976a35f5326ee562508fdf7912 (patch) | |
tree | eb505127fd2d81a91ddd7bfd7afdbe5e62b89119 /databases/mysql55-client/options.mk | |
parent | 4557cf901b5ab5b9564b613f661de22bb7acba5c (diff) | |
download | pkgsrc-719616ec8d1a8b976a35f5326ee562508fdf7912.tar.gz |
Add lost sphinxsearch hashes, make sure they are not lost next time.
Diffstat (limited to 'databases/mysql55-client/options.mk')
-rw-r--r-- | databases/mysql55-client/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mysql55-client/options.mk b/databases/mysql55-client/options.mk index 82de2490fde..ecb2ca2e1de 100644 --- a/databases/mysql55-client/options.mk +++ b/databases/mysql55-client/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.5 2014/10/17 17:07:44 fhajny Exp $ +# $NetBSD: options.mk,v 1.6 2015/01/03 16:07:38 fhajny Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.mysql5 @@ -24,7 +24,7 @@ CMAKE_ARGS+= -DENABLE_DTRACE=ON # Enable Sphinx SE support # http://sphinxsearch.com/docs/current.html#sphinxse-overview PLIST_VARS+= sphinx -.if !empty(PKG_OPTIONS:Msphinx) +.if !empty(PKG_OPTIONS:Msphinx) || make(distinfo) || make(makesum) || make(mdi) SPHINX_VER= 2.2.5 DISTFILES= ${DEFAULT_DISTFILES} sphinx-${SPHINX_VER}-release${EXTRACT_SUFX} .if !empty(PKGPATH:Mserver) |