aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-PGPLOT
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-10-12 03:21:40 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-10-12 03:21:40 +0000
commitd389b4f2fff6e3b9b5ff56e5fe05ec93dc9ba53e (patch)
tree49a6316149b04b13da301ff49990c20e8fc3098e /graphics/p5-PGPLOT
parentcde9951ed2390159d681b6130ed6898b50c42935 (diff)
downloadports-d389b4f2fff6e3b9b5ff56e5fe05ec93dc9ba53e.tar.gz
ports-d389b4f2fff6e3b9b5ff56e5fe05ec93dc9ba53e.zip
Notes
Diffstat (limited to 'graphics/p5-PGPLOT')
-rw-r--r--graphics/p5-PGPLOT/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/graphics/p5-PGPLOT/Makefile b/graphics/p5-PGPLOT/Makefile
index 54dbb53549d7..6a0281fbc702 100644
--- a/graphics/p5-PGPLOT/Makefile
+++ b/graphics/p5-PGPLOT/Makefile
@@ -3,7 +3,7 @@
# Date created: 22 December 1996
# Whom: jmz
#
-# $Id: Makefile,v 1.9 1998/09/15 21:31:45 asami Exp $
+# $Id: Makefile,v 1.10 1998/10/05 03:17:10 steve Exp $
#
DISTNAME= PGPLOT-2.08
@@ -18,6 +18,11 @@ LIB_DEPENDS= pgplot.5:${PORTSDIR}/graphics/pgplot
USE_PERL5= yes
ALL_TARGET= dynamic
+OSVERSION!= sysctl -n kern.osreldate
+.if ${OSVERSION} >= 300000
+BROKEN= depends on pgplot
+.endif
+
MAN3= ExtUtils::F77.3 PGPLOT.3
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}