mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
Only broken on 5.x and below.
This commit is contained in:
parent
72aca38e53
commit
9033c54e69
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170823
@ -14,8 +14,6 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S,0.0.,,}
|
||||
MAINTAINER= hrs@FreeBSD.org
|
||||
COMMENT= Portable and enhanced troff, nroff, and related utilities
|
||||
|
||||
BROKEN= fails to install
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
ALL_TARGET= #empty
|
||||
@ -62,6 +60,8 @@ DOCS= CHANGES FONTS NEWS PDFS README \
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
IGNORE= Does not compile on FreeBSD 4.x
|
||||
.elif ${OSVERSION} < 600000
|
||||
BROKEN= fails to install on FreeBSD 5.x
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
|
Loading…
Reference in New Issue
Block a user