summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cad/felt/Makefile7
-rw-r--r--science/felt/Makefile7
2 files changed, 12 insertions, 2 deletions
diff --git a/cad/felt/Makefile b/cad/felt/Makefile
index eb9745bbe006..f8ee0cf19097 100644
--- a/cad/felt/Makefile
+++ b/cad/felt/Makefile
@@ -3,7 +3,7 @@
# Date created: 19 October 1996
# Whom: Pedro Giffuni
#
-# $Id: Makefile,v 1.5 1997/06/29 10:39:49 obrien Exp $
+# $Id: Makefile,v 1.6 1998/02/20 18:39:36 steve Exp $
#
DISTNAME= felt-3.02
@@ -14,6 +14,11 @@ EXTRACT_SUFX= .src.tar.gz
MAINTAINER= giffunip@asme.org
+OSVERSION!= sysctl -n kern.osreldate
+.if ${OSVERSION} >= 300000
+BROKEN= too few arguments to function error
+.endif
+
WRKSRC= ${WRKDIR}/FElt-3.02
GNU_CONFIGURE= yes
MAN1= burlap.1 corduroy.1 felt.1 patchwork.1 velvet.1 yardstick.1
diff --git a/science/felt/Makefile b/science/felt/Makefile
index eb9745bbe006..f8ee0cf19097 100644
--- a/science/felt/Makefile
+++ b/science/felt/Makefile
@@ -3,7 +3,7 @@
# Date created: 19 October 1996
# Whom: Pedro Giffuni
#
-# $Id: Makefile,v 1.5 1997/06/29 10:39:49 obrien Exp $
+# $Id: Makefile,v 1.6 1998/02/20 18:39:36 steve Exp $
#
DISTNAME= felt-3.02
@@ -14,6 +14,11 @@ EXTRACT_SUFX= .src.tar.gz
MAINTAINER= giffunip@asme.org
+OSVERSION!= sysctl -n kern.osreldate
+.if ${OSVERSION} >= 300000
+BROKEN= too few arguments to function error
+.endif
+
WRKSRC= ${WRKDIR}/FElt-3.02
GNU_CONFIGURE= yes
MAN1= burlap.1 corduroy.1 felt.1 patchwork.1 velvet.1 yardstick.1