diff options
author | tnn <tnn@pkgsrc.org> | 2008-02-07 13:24:36 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-02-07 13:24:36 +0000 |
commit | bdcd11f1c31e85e588f3ce904d3609cb1d3d3c02 (patch) | |
tree | c93e76beab8c077bf70518704bb4597757e7c313 /x11 | |
parent | e4bccb78994653561982f131b9d9bb8b0cbe3587 (diff) | |
download | pkgsrc-bdcd11f1c31e85e588f3ce904d3609cb1d3d3c02.tar.gz |
Needs GNU nroff to format catpages with -mandoc.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xneko/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xneko/Makefile b/x11/xneko/Makefile index 66cc2876155..8396666cd09 100644 --- a/x11/xneko/Makefile +++ b/x11/xneko/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2007/01/18 00:37:26 rillig Exp $ +# $NetBSD: Makefile,v 1.27 2008/02/07 13:24:36 tnn Exp $ DISTNAME= xneko PKGNAME= xneko-4.4 @@ -17,6 +17,7 @@ PLIST_SRC= ${WRKDIR}/PLIST BUILD_DEFS+= MANINSTALL USE_BSD_MAKEFILE= yes +USE_TOOLS+= groff nroff INSTALLATION_DIRS+= ${PKGMANDIR}/cat6 ${PKGMANDIR}/man6 |