aboutsummaryrefslogtreecommitdiff
path: root/lang/objc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/objc/Makefile')
-rw-r--r--lang/objc/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/lang/objc/Makefile b/lang/objc/Makefile
index 2b5bfc30337c..4940eddb98a7 100644
--- a/lang/objc/Makefile
+++ b/lang/objc/Makefile
@@ -11,7 +11,7 @@ CATEGORIES= lang
MASTER_SITES= http://users.pandora.be/stes/
DISTFILES= objc-bootstrap-${BOOTVERSION}.tar.gz objc-${PORTVERSION}.tar.gz
-MAINTAINER= ssedov@mbsd.msk.ru
+MAINTAINER= stas@FreeBSD.org
COMMENT= Portable Object Compiler
BOOTVERSION= 3.1.33
@@ -23,15 +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"
-.if ${OSVERSION} >= 500113
-BUILD_DEPENDS+= byaccj:${PORTSDIR}/devel/byaccj
-.endif
-
pre-configure:
-.if ${OSVERSION} >= 500113
- ${REINPLACE_CMD} -e 's|byacc|byaccj|' ${WRKSRC}/configure
-.endif
cd ${WRKDIR}/${PORTNAME}-bootstrap-${BOOTVERSION};\
${CONFIGURE_ENV} ./configure --prefix=${WRKDIR};${MAKE};${MAKE} install