diff options
author | antoine <antoine@FreeBSD.org> | 2015-11-28 03:20:12 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-11-28 03:20:12 +0800 |
commit | 2cf8a6ffd512b818d254f422961b362483719187 (patch) | |
tree | 042fa6362b9756b2d217701e21479b8bdef15098 | |
parent | 0c714dc49a6eb51f59433b1150d7af6f1eb1426d (diff) | |
download | freebsd-ports-gnome-2cf8a6ffd512b818d254f422961b362483719187.tar.gz freebsd-ports-gnome-2cf8a6ffd512b818d254f422961b362483719187.tar.zst freebsd-ports-gnome-2cf8a6ffd512b818d254f422961b362483719187.zip |
Mark BROKEN: fails to build
API.c: In function 'boot_Groonga__API':
API.c:20843: error: expected expression before ';' token
Reported by: pkg-fallout
-rw-r--r-- | textproc/p5-Groonga-API/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/p5-Groonga-API/Makefile b/textproc/p5-Groonga-API/Makefile index d61990138677..d34b37172d04 100644 --- a/textproc/p5-Groonga-API/Makefile +++ b/textproc/p5-Groonga-API/Makefile @@ -11,6 +11,8 @@ COMMENT= Perl extension for raw interface to Groonga LICENSE= ART10 GPLv1 LICENSE_COMB= dual +BROKEN= fails to build + USE_GITHUB= yes GH_ACCOUNT= charsbar GH_PROJECT= ${PORTNAME:tl} |