diff options
author | jseger <jseger@FreeBSD.org> | 1997-11-30 07:20:20 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1997-11-30 07:20:20 +0800 |
commit | 9152b3dcacb4d9976cfd16caf4190370b852d83b (patch) | |
tree | e85d575d8c534990058acfe5a4ba5e1ea99344d7 | |
parent | 695b28104e6f158a5a7cafccbce8d3128019166d (diff) | |
download | freebsd-ports-gnome-9152b3dcacb4d9976cfd16caf4190370b852d83b.tar.gz freebsd-ports-gnome-9152b3dcacb4d9976cfd16caf4190370b852d83b.tar.zst freebsd-ports-gnome-9152b3dcacb4d9976cfd16caf4190370b852d83b.zip |
Mark this BROKEN for 3.0.
-rw-r--r-- | math/plplot/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/math/plplot/Makefile b/math/plplot/Makefile index 654b51ca0c8b..bf272d06bfc6 100644 --- a/math/plplot/Makefile +++ b/math/plplot/Makefile @@ -3,7 +3,7 @@ # Date created: 03 Oct 1997 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/10/06 08:18:49 tg Exp $ # DISTNAME= plplot4p99j @@ -13,6 +13,11 @@ MASTER_SITES= ftp://dino.ph.utexas.edu/plplot/distrib/alpha/ MAINTAINER= tg@FreeBSD.ORG +OSVERSION!= sysctl -n kern.osreldate +.if ${OSVERSION} >= 300000 +BROKEN= "A variable definition is missing from tcl headers. This may be broken under 2.2.X as well." +.endif + GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-gcc=yes --with-double=yes |