aboutsummaryrefslogtreecommitdiff
path: root/databases/mysqlbigram
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2019-07-01 07:43:32 +0000
committerAlex Dupre <ale@FreeBSD.org>2019-07-01 07:43:32 +0000
commit62d9035f5b016ebc4dbe26071a728eda584ca86e (patch)
tree50ab75c695a190b9e191035ab244d157057d1958 /databases/mysqlbigram
parentc63bb569e8c40940c49b9f35bd9aa9291449781f (diff)
downloadports-62d9035f5b016ebc4dbe26071a728eda584ca86e.tar.gz
ports-62d9035f5b016ebc4dbe26071a728eda584ca86e.zip
Notes
Diffstat (limited to 'databases/mysqlbigram')
-rw-r--r--databases/mysqlbigram/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/mysqlbigram/Makefile b/databases/mysqlbigram/Makefile
index 1ad3b378975f..3ba711dd7355 100644
--- a/databases/mysqlbigram/Makefile
+++ b/databases/mysqlbigram/Makefile
@@ -13,9 +13,10 @@ COMMENT= Simple n-gram (bi-gram) fulltext parser plugin for MySQL
LICENSE= LGPL21
+USES= libtool mysql
+
GNU_CONFIGURE= yes
-USES= libtool
-USE_MYSQL= yes
+IGNORE_WITH_MYSQL= 57 80 101m 102m 103m 57p 57w
INSTALL_TARGET= install-strip
WRKSRC= ${WRKDIR}/bi_gram