diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-10-21 21:05:11 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-10-21 21:05:11 +0000 |
commit | 4a3e4509868ffd02754ea47bdba729f1069fb5ed (patch) | |
tree | 6d99f582177626bcb9d43ad43b887b8be45ba2e1 /science/felt | |
parent | f247a0fb25e3eda2403a770ed7ba69334fd58252 (diff) | |
download | ports-4a3e4509868ffd02754ea47bdba729f1069fb5ed.tar.gz ports-4a3e4509868ffd02754ea47bdba729f1069fb5ed.zip |
Notes
Diffstat (limited to 'science/felt')
-rw-r--r-- | science/felt/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/science/felt/Makefile b/science/felt/Makefile index f8ee0cf19097..1483d3a0350d 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.6 1998/02/20 18:39:36 steve Exp $ +# $Id: Makefile,v 1.7 1998/10/11 14:35:44 jseger Exp $ # DISTNAME= felt-3.02 @@ -15,9 +15,7 @@ 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 |