diff options
author | Steve Price <steve@FreeBSD.org> | 1999-06-22 17:51:59 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-06-22 17:51:59 +0000 |
commit | 40a64497a95ad44ddd502bc9985c2305e87f5120 (patch) | |
tree | 34f5c7fc450d37ab2993dcf9eb900d11e2e0c0ee /math/kaskade/Makefile | |
parent | Dont' try to link with -ldnet_stub on the Alpha. (diff) |
Compensate for not having a generic.h on -current boxes.
Diffstat (limited to 'math/kaskade/Makefile')
-rw-r--r-- | math/kaskade/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/math/kaskade/Makefile b/math/kaskade/Makefile index 15a482bd96f2..47182e4ece88 100644 --- a/math/kaskade/Makefile +++ b/math/kaskade/Makefile @@ -3,7 +3,7 @@ # Date created: 19 Sept. 1997 # Whom: Pedro Giffuni # -# $Id: Makefile,v 1.5 1998/09/27 08:12:54 steve Exp $ +# $Id: Makefile,v 1.6 1998/12/09 00:19:05 steve Exp $ # DISTNAME= 3.1.1 @@ -14,6 +14,11 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= giffunip@asme.org +.include <bsd.port.pre.mk> +.if ${OSVERSION} >= 400004 +MAKE_ENV+= HAVE_G2C=yes +.endif + DIST_SUBDIR= kaskade WRKSRC= ${WRKDIR}/3.1 MAKEFILE= makefile @@ -31,4 +36,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/*.mat ${PREFIX}/share/examples/kaskade .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |