diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/objc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/objc/Makefile b/lang/objc/Makefile index 40524987c447..e2eb60351bcd 100644 --- a/lang/objc/Makefile +++ b/lang/objc/Makefile @@ -25,7 +25,7 @@ CONFIGURE_ARGS= --prefix=$(PREFIX) .include <bsd.port.pre.mk> .if ${OSVERSION} >= 500113 -BROKEN= "Does not compile" +BROKEN= "byacc broken, http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/85115" .endif pre-configure: |