1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Mark BROKEN for current. Depends on BROKEN pgplot

This commit is contained in:
Justin M. Seger 1998-10-12 03:21:40 +00:00
parent cde9951ed2
commit d389b4f2ff
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13884
2 changed files with 12 additions and 2 deletions

View File

@ -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}

View File

@ -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}