diff options
author | danfe <danfe@FreeBSD.org> | 2015-09-20 22:35:57 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2015-09-20 22:35:57 +0800 |
commit | e434a250b6633ad6da96d97eaa211312e17539dc (patch) | |
tree | e16428fdb73f48acce12d201399969c6f11a325f /textproc/groonga/Makefile | |
parent | 226c0ca8b78797c3baad8fcd3e310d1bad2fc9e2 (diff) | |
download | freebsd-ports-gnome-e434a250b6633ad6da96d97eaa211312e17539dc.tar.gz freebsd-ports-gnome-e434a250b6633ad6da96d97eaa211312e17539dc.tar.zst freebsd-ports-gnome-e434a250b6633ad6da96d97eaa211312e17539dc.zip |
Remove BROKEN on Tier-2 systems statements which no longer true at least
on PowerPC (verified for all of them) and some also on SPARC (whenever I
was able to test those on flame.freebsd.org) and even IA64 (which should
be OK to remove anyways, because it was never really supported system in
ports land and was officially killed in -CURRENT a while ago.
Diffstat (limited to 'textproc/groonga/Makefile')
-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 |