Mark BROKEN for current. Depends on BROKEN pgplot
This commit is contained in:
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
|
@ -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}
|
||||
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in a new issue