diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2017-03-03 23:39:54 +0000 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2017-03-03 23:39:54 +0000 |
commit | 03feb6ba3b6911413835f311f1ccd7a69209279c (patch) | |
tree | f14ff8e26d22f0fad16dacd543eb722f94283f0b /textproc/sphinxsearch | |
parent | e4baba21518cbdc2efc174ffab6546200a4cfc28 (diff) |
Notes
Diffstat (limited to 'textproc/sphinxsearch')
-rw-r--r-- | textproc/sphinxsearch/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/sphinxsearch/Makefile b/textproc/sphinxsearch/Makefile index 19111ae93bbe..2730943f39ab 100644 --- a/textproc/sphinxsearch/Makefile +++ b/textproc/sphinxsearch/Makefile @@ -7,6 +7,7 @@ PORTNAME= sphinxsearch PORTVERSION= 2.2.11 +PORTREVISION= 1 CATEGORIES= textproc databases MASTER_SITES= http://sphinxsearch.com/files/ \ http://snowball.tartarus.org/dist/:libstemmer @@ -25,7 +26,7 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 OPTIONS_DEFINE= ICONV ID64 LIBSTEMMER MYSQL OPTIMIZED_CFLAGS PGSQL \ RE2 SYSLOG UNIXODBC DOCS EXAMPLES -OPTIONS_DEFAULT=ICONV MYSQL SYSLOG +OPTIONS_DEFAULT=ICONV ID64 MYSQL SYSLOG ICONV_CONFIGURE_WITH= iconv ICONV_USES= iconv |