diff options
author | jseger <jseger@FreeBSD.org> | 1998-10-12 11:21:40 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-10-12 11:21:40 +0800 |
commit | daa1d240351b54bc2939bb3e3543f20f9b5d1140 (patch) | |
tree | a4b73e8ad1b8fc05b21786a7210c525eccc6f9b1 /graphics | |
parent | b86f42a2928152e3425114607a5a5f0e8483e139 (diff) | |
download | freebsd-ports-gnome-daa1d240351b54bc2939bb3e3543f20f9b5d1140.tar.gz freebsd-ports-gnome-daa1d240351b54bc2939bb3e3543f20f9b5d1140.tar.zst freebsd-ports-gnome-daa1d240351b54bc2939bb3e3543f20f9b5d1140.zip |
Mark BROKEN for current. Depends on BROKEN pgplot
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-PGPLOT/Makefile | 7 | ||||
-rw-r--r-- | graphics/pgperl/Makefile | 7 |
2 files changed, 12 insertions, 2 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} diff --git a/graphics/pgperl/Makefile b/graphics/pgperl/Makefile index 54dbb53549d7..6a0281fbc702 100644 --- a/graphics/pgperl/Makefile +++ b/graphics/pgperl/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} |