diff options
author | antoine <antoine@FreeBSD.org> | 2016-10-09 05:02:13 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-10-09 05:02:13 +0800 |
commit | 6696f78761a6620d1ec05aa77a3b622195b609b7 (patch) | |
tree | c84320f3d39e06302095029d84d3b467875f730c /lang | |
parent | e4bb408d8325b6eea9f6e71338e1d4fd6f9c60d1 (diff) | |
download | freebsd-ports-gnome-6696f78761a6620d1ec05aa77a3b622195b609b7.tar.gz freebsd-ports-gnome-6696f78761a6620d1ec05aa77a3b622195b609b7.tar.zst freebsd-ports-gnome-6696f78761a6620d1ec05aa77a3b622195b609b7.zip |
Mark BROKEN: fails to package
Reported by: pkg-fallout
MFH: 2016Q4
Diffstat (limited to 'lang')
-rw-r--r-- | lang/bigloo/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/bigloo/Makefile b/lang/bigloo/Makefile index 025fb783d402..361e3cdb80c1 100644 --- a/lang/bigloo/Makefile +++ b/lang/bigloo/Makefile @@ -15,6 +15,8 @@ COMMENT= Scheme interpreter and native code compiler LICENSE= GPLv2 LGPL20 LICENSE_COMB= multi +BROKEN= fails to package + LIB_DEPENDS= libpcre.so:devel/pcre \ libgmp.so:math/gmp |