mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Mark BROKEN for current:
./makehtml: not found *** Error code 127 Stop.
This commit is contained in:
parent
50cbbf4ca4
commit
cde9951ed2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13883
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user