diff options
author | swills <swills@FreeBSD.org> | 2017-12-14 22:45:47 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2017-12-14 22:45:47 +0800 |
commit | b2232e4fc2215e93d28d225291d69e4507d2b554 (patch) | |
tree | 1104a4222be196824ab644efa34d2ad0f0d0b265 | |
parent | a62db5d8cc12da0bd585f1cfc941ce45813d9b10 (diff) | |
download | freebsd-ports-gnome-b2232e4fc2215e93d28d225291d69e4507d2b554.tar.gz freebsd-ports-gnome-b2232e4fc2215e93d28d225291d69e4507d2b554.tar.zst freebsd-ports-gnome-b2232e4fc2215e93d28d225291d69e4507d2b554.zip |
lang/oo2c: mark broken with new libxml2
-rw-r--r-- | lang/oo2c/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/oo2c/Makefile b/lang/oo2c/Makefile index 0805c64d06b7..c596f0f7a3ac 100644 --- a/lang/oo2c/Makefile +++ b/lang/oo2c/Makefile @@ -13,6 +13,8 @@ COMMENT= Optimizing Oberon-2 compiler of University of Kaiserslautern, Germany LICENSE= GPLv2 +BROKEN= Fails to build with new libxml2 + BUILD_DEPENDS= xsltproc:textproc/libxslt RUN_DEPENDS= libtool:devel/libtool LIB_DEPENDS= libgc.so:devel/boehm-gc |