diff options
author | jperkin <jperkin@pkgsrc.org> | 2013-09-12 11:15:12 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2013-09-12 11:15:12 +0000 |
commit | 4f332cfe12761a0693004c2fe6149876a82edca6 (patch) | |
tree | 3edb2117bc9b420378c2008ce5074075b541c99a /games/amaze | |
parent | c7da79075ca017ee2eabb6a2cbe6b588f83f4307 (diff) | |
download | pkgsrc-4f332cfe12761a0693004c2fe6149876a82edca6.tar.gz |
Add USE_TOOLS+=nroff to packages which generate catman pages.
Diffstat (limited to 'games/amaze')
-rw-r--r-- | games/amaze/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/amaze/Makefile b/games/amaze/Makefile index 7f2b2be2a14..1efd8c83e60 100644 --- a/games/amaze/Makefile +++ b/games/amaze/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2012/10/06 11:54:30 asau Exp $ +# $NetBSD: Makefile,v 1.3 2013/09/12 11:15:12 jperkin Exp $ # DISTNAME= amaze @@ -14,6 +14,7 @@ LICENSE= public-domain INSTALLATION_DIRS= bin ${PKGMANDIR}/cat6 ${PKGMANDIR}/man6 USE_BSD_MAKEFILE= yes +USE_TOOLS= nroff .include "../../mk/curses.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |