diff options
-rw-r--r-- | devel/cccc/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/devel/cccc/Makefile b/devel/cccc/Makefile index 72a4c461a407..cefcff4a4fda 100644 --- a/devel/cccc/Makefile +++ b/devel/cccc/Makefile @@ -3,7 +3,7 @@ # Date created: 12 September 1997 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.2 1998/08/13 03:30:27 asami Exp $ +# $Id: Makefile,v 1.3 1998/08/13 03:32:52 asami Exp $ # DISTNAME= cccc-2.1.1.src @@ -17,6 +17,11 @@ MAINTAINER= andy@icc.surw.chel.su BUILD_DEPENDS= antlr:${PORTSDIR}/devel/pccts \ dlg:${PORTSDIR}/devel/pccts +OSVERSION!= sysctl -n kern.osreldate +.if ${OSVERSION} >= 300000 +BROKEN= signal.h:163: syntax error +.endif + WRKSRC= ${WRKDIR}/usr/local/src/cccc-2.1.1 USE_GMAKE= yes MAKEFILE= makefile |