diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-12 03:19:03 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-12 03:19:03 +0000 |
commit | cde9951ed2390159d681b6130ed6898b50c42935 (patch) | |
tree | 27a350c20027fe57700a3030f2af1e5fd80112c1 /graphics/pgplot | |
parent | 50cbbf4ca46c9e9f3a3a7c8110ba0250a4cb1566 (diff) | |
download | ports-cde9951ed2390159d681b6130ed6898b50c42935.tar.gz ports-cde9951ed2390159d681b6130ed6898b50c42935.zip |
Notes
Diffstat (limited to 'graphics/pgplot')
-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 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 |