diff options
author | jseger <jseger@FreeBSD.org> | 1997-12-01 05:12:15 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1997-12-01 05:12:15 +0800 |
commit | 415bb1df00ba61672c0358591dcdaf4d26889535 (patch) | |
tree | db947dd182f8bbc4371f875774ef3ca09b5afe16 /math/plplot | |
parent | e0e6e81a04bffa7afac3b0b0f1d03507bfa62b39 (diff) | |
download | freebsd-ports-gnome-415bb1df00ba61672c0358591dcdaf4d26889535.tar.gz freebsd-ports-gnome-415bb1df00ba61672c0358591dcdaf4d26889535.tar.zst freebsd-ports-gnome-415bb1df00ba61672c0358591dcdaf4d26889535.zip |
Unmark this as being BROKEN for current.
Diffstat (limited to 'math/plplot')
-rw-r--r-- | math/plplot/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/math/plplot/Makefile b/math/plplot/Makefile index bf272d06bfc6..e2abbe821713 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: Makefile,v 1.1.1.1 1997/10/06 08:18:49 tg Exp $ +# $Id: Makefile,v 1.2 1997/11/29 23:20:20 jseger Exp $ # DISTNAME= plplot4p99j @@ -13,11 +13,6 @@ 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 |