diff options
author | Steve Wills <swills@FreeBSD.org> | 2017-12-14 14:45:47 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2017-12-14 14:45:47 +0000 |
commit | 5c21af6c3eacf8095a628eb9e6296d19c0a4edf5 (patch) | |
tree | 1104a4222be196824ab644efa34d2ad0f0d0b265 /lang/oo2c | |
parent | - Update xfce4-panel to 4.12.2 (diff) |
lang/oo2c: mark broken with new libxml2
Notes
Notes:
svn path=/head/; revision=456299
Diffstat (limited to 'lang/oo2c')
-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 |