diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2015-09-20 14:35:57 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2015-09-20 14:35:57 +0000 |
commit | 3a63ba57c26158c72fe49bca2a6413f5350e9d72 (patch) | |
tree | e16428fdb73f48acce12d201399969c6f11a325f /textproc/groonga | |
parent | f4455f39ab2b5d450921b20f4dd49dfedea1d167 (diff) | |
download | ports-3a63ba57c26158c72fe49bca2a6413f5350e9d72.tar.gz ports-3a63ba57c26158c72fe49bca2a6413f5350e9d72.zip |
Notes
Diffstat (limited to 'textproc/groonga')
-rw-r--r-- | textproc/groonga/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/textproc/groonga/Makefile b/textproc/groonga/Makefile index a7dda45f4330..0ce9ea3252f1 100644 --- a/textproc/groonga/Makefile +++ b/textproc/groonga/Makefile @@ -30,10 +30,6 @@ USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -BROKEN_ia64= does not compile on ia64 -BROKEN_powerpc= does not compile on powerpc -BROKEN_sparc64= does not compile on sparc64 - OPTIONS_DEFINE= MECAB SUGGEST OPTIONS_DEFAULT= MECAB SUGGEST OPTIONS_SUB= yes |