allow this to build on -current after groff update to 1.19.
This commit is contained in:
parent
1c1a5c5f6e
commit
aefcbd4ca5
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.78 2003/09/01 16:27:09 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.79 2003/09/02 09:08:52 grant Exp $
|
||||
|
||||
# Notes to package maintainers:
|
||||
#
|
||||
|
@ -38,7 +38,7 @@ CPPFLAGS+= ${BUILDLINK_CPPFLAGS.libnbcompat}
|
|||
PKG_DBDIR?= /var/db/pkg
|
||||
PKG_INFO= PKG_DBDIR=${PKG_DBDIR} ${PKG_INFO_CMD}
|
||||
|
||||
.if ${OPSYS} == "NetBSD" && !exists(/usr/share/tmac/tmac.andoc)
|
||||
.if ${OPSYS} == "NetBSD" && !(exists(/usr/share/tmac/tmac.andoc) || exists(/usr/share/tmac/andoc.tmac))
|
||||
PKG_FAIL_REASON+= "You need to have the 'text' set installed to build this package!"
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue