aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-01-02 08:56:40 +0800
committerkris <kris@FreeBSD.org>2005-01-02 08:56:40 +0800
commitaf653dace715e74570a677f390a4faac2ec23cd6 (patch)
tree2e3eb94cd18611db0d69b7d545e70b1273ab7c3f /devel
parent85980dfb1e7a61cb4f3d2ad623b5e2377c5c3b90 (diff)
downloadfreebsd-ports-gnome-af653dace715e74570a677f390a4faac2ec23cd6.tar.gz
freebsd-ports-gnome-af653dace715e74570a677f390a4faac2ec23cd6.tar.zst
freebsd-ports-gnome-af653dace715e74570a677f390a4faac2ec23cd6.zip
BROKEN on 4.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'devel')
-rw-r--r--devel/cocktail/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/cocktail/Makefile b/devel/cocktail/Makefile
index 05e8e9ac4995..d416aaf81548 100644
--- a/devel/cocktail/Makefile
+++ b/devel/cocktail/Makefile
@@ -19,8 +19,14 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAN1= ag.1 puma.1 mpp.1 lalr.1 ell.1 bnf.1 ast.1 rex.1 mtc.1
MAN2= mtc.2
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= "Does not compile on FreeBSD 4.x"
+.endif
+
post-extract:
${RM} -f ${WRKSRC}/mtc/m2c/SYSTEM_.h
${RM} -f ${WRKSRC}/mtc/m2c/SYSTEM_.c
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>