diff options
author | jseger <jseger@FreeBSD.org> | 1998-10-12 03:19:03 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-10-12 03:19:03 +0000 |
commit | b86f42a2928152e3425114607a5a5f0e8483e139 (patch) | |
tree | a7e30d65a2983a45e3eee1f3927f4c3e8435aeef /graphics/pgplot/Makefile | |
parent | 8265836cd87401285cd060f5398e1a09f2cf90f4 (diff) | |
download | FreeBSD-ports-b86f42a2928152e3425114607a5a5f0e8483e139.zip FreeBSD-ports-b86f42a2928152e3425114607a5a5f0e8483e139.tar.gz |
Mark BROKEN for current:
./makehtml: not found
*** Error code 127
Stop.
Diffstat (limited to 'graphics/pgplot/Makefile')
-rw-r--r-- | graphics/pgplot/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/graphics/pgplot/Makefile b/graphics/pgplot/Makefile index 0aedcea..ef83f76 100644 --- a/graphics/pgplot/Makefile +++ b/graphics/pgplot/Makefile @@ -3,7 +3,7 @@ # Date created: 21 December 1996 # Whom: jmz # -# $Id: Makefile,v 1.4 1997/08/15 13:36:01 jmz Exp $ +# $Id: Makefile,v 1.5 1998/10/05 03:01:29 steve Exp $ # DISTNAME= pgplot5.2 @@ -15,6 +15,11 @@ MAINTAINER= jmz@FreeBSD.org WRKSRC= ${WRKDIR}/pgplot +OSVERSION!= sysctl -n kern.osreldate +.if ${OSVERSION} >= 300000 +BROKEN= makehtml not found +.endif + post-install: .for f in libcpgplot.so libpgplot.so ${LN} -sf $f.${VERSION} ${PREFIX}/lib/$f |