aboutsummaryrefslogtreecommitdiff
path: root/databases/mysqlbigram
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-12-19 22:00:33 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-12-19 22:00:33 +0000
commita785612b4355b745678394dab9e0734cfb482c3b (patch)
tree5ce5b8f70cf8cb66c7351e44cf0797fd5bd46405 /databases/mysqlbigram
parent229d3a50454c4d15afb14bf2cb29b1188d004ab2 (diff)
downloadports-a785612b4355b745678394dab9e0734cfb482c3b.tar.gz
ports-a785612b4355b745678394dab9e0734cfb482c3b.zip
- Set for expiration in one month: has been broken for more than 6 months
Notes
Notes: svn path=/head/; revision=224487
Diffstat (limited to 'databases/mysqlbigram')
-rw-r--r--databases/mysqlbigram/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/mysqlbigram/Makefile b/databases/mysqlbigram/Makefile
index 2927258e7d48..dd12e9288a34 100644
--- a/databases/mysqlbigram/Makefile
+++ b/databases/mysqlbigram/Makefile
@@ -15,6 +15,8 @@ MAINTAINER= gslin@gslin.org
COMMENT= Simple N-Gram (bi-gram) FULLTEXT parser plugin for MySQL 5.1+
BROKEN= does not compile
+DEPRECATED= has been broken for more than 6 months
+EXPIRATION_DATE=2009-01-19
CFLAGS+= -I"${LOCALBASE}/include" -I"${LOCALBASE}/include/mysql"
CONFIGURE_ENV+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"