summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-10-12 03:19:03 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-10-12 03:19:03 +0000
commitcde9951ed2390159d681b6130ed6898b50c42935 (patch)
tree27a350c20027fe57700a3030f2af1e5fd80112c1 /graphics
parentMark BROKEN for current : (diff)
Mark BROKEN for current:
./makehtml: not found *** Error code 127 Stop.
Notes
Notes: svn path=/head/; revision=13883
Diffstat (limited to 'graphics')
-rw-r--r--graphics/pgplot/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/graphics/pgplot/Makefile b/graphics/pgplot/Makefile
index 0aedceae0523..ef83f76f6c0e 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