nroff is required for SunOS and AIX.
This commit is contained in:
parent
d9d517c917
commit
4260b15466
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.33 2014/03/03 03:30:54 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.34 2014/03/03 05:03:49 obache Exp $
|
||||
#
|
||||
|
||||
PKGNAME= pkgdepgraph-2.8
|
||||
|
@ -21,6 +21,10 @@ DISTVER= ${PKGVERSION_NOREV}
|
|||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
.if ${OPSYS} == "SunOS" || ${OPSYS} == "AIX"
|
||||
USE_TOOLS+= nroff
|
||||
.endif
|
||||
|
||||
INSTALLATION_DIRS= bin ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1
|
||||
|
||||
do-extract:
|
||||
|
|
Loading…
Reference in a new issue