diff options
author | hans <hans@pkgsrc.org> | 2012-02-16 18:53:22 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-02-16 18:53:22 +0000 |
commit | b0e1415491b0b8bbbe8ee8de6c374412a36601cf (patch) | |
tree | 22515ac9c1e80c8212c4c309854f5725615405d4 /games | |
parent | 376cffca374b6d9623182a9036df3d59a5b0d097 (diff) | |
download | pkgsrc-b0e1415491b0b8bbbe8ee8de6c374412a36601cf.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 |