diff options
author | hans <hans> | 2012-02-16 18:53:22 +0000 |
---|---|---|
committer | hans <hans> | 2012-02-16 18:53:22 +0000 |
commit | a486585b817c9285e94272b73dd30be49f46dc42 (patch) | |
tree | 22515ac9c1e80c8212c4c309854f5725615405d4 /games | |
parent | 802531d06afaa6a4d03db1ebc280780e93be9945 (diff) | |
download | pkgsrc-a486585b817c9285e94272b73dd30be49f46dc42.tar.gz |
Uses nroff to build its manpage.
Diffstat (limited to 'games')
-rw-r--r-- | games/xroach/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xroach/Makefile b/games/xroach/Makefile index ba5d69945f8..80aeb93d756 100644 --- a/games/xroach/Makefile +++ b/games/xroach/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2009/02/07 17:31:29 joerg Exp $ +# $NetBSD: Makefile,v 1.16 2012/02/16 18:53:22 hans Exp $ # DISTNAME= xroach @@ -13,6 +13,7 @@ COMMENT= Cockroaches hide under your windows PKG_DESTDIR_SUPPORT= user-destdir +USE_TOOLS+= nroff USE_BSD_MAKEFILE= yes DIST_SUBDIR= xroach-4.4 |