diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-12 15:54:23 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-12 15:54:23 +0000 |
commit | 4b3c015875621752351921cac69185f14108f693 (patch) | |
tree | 5f4f625cbf6aa1bad4f1605c1b19c5074b83089c /devel/cccc | |
parent | f39831d501e4cfa8eaf68487eba7243257ac6a2b (diff) | |
download | ports-4b3c015875621752351921cac69185f14108f693.tar.gz ports-4b3c015875621752351921cac69185f14108f693.zip |
Notes
Diffstat (limited to 'devel/cccc')
-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 |