summaryrefslogtreecommitdiff
path: root/lang/objc
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2006-08-29 04:36:17 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2006-08-29 04:36:17 +0000
commit218066e0b731e139557f51ea6ca5b7cafd19ee6e (patch)
tree7c5ac06f7ecf249ddbcd7a55305c6c52d7ebefa8 /lang/objc
parent- fix for child reaping (diff)
- fix a loose comment
Notes
Notes: svn path=/head/; revision=171602
Diffstat (limited to 'lang/objc')
-rw-r--r--lang/objc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/objc/Makefile b/lang/objc/Makefile
index f2527c08ec47..2b5bfc30337c 100644
--- a/lang/objc/Makefile
+++ b/lang/objc/Makefile
@@ -23,7 +23,7 @@ CONFIGURE_ENV= PATH=${WRKDIR}/bin:${PATH}
.include <bsd.port.pre.mk>
- byacc broken, http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/85115"
+# byacc broken, http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/85115"
.if ${OSVERSION} >= 500113
BUILD_DEPENDS+= byaccj:${PORTSDIR}/devel/byaccj
.endif