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 | 985dea0500cb05ab326f2e39941a41d10807a00a (patch) | |
tree | c93e76beab8c077bf70518704bb4597757e7c313 /graphics | |
parent | f199b7c5985dc7e583895ee8f94eceab59fda5bd (diff) | |
download | pkgsrc-985dea0500cb05ab326f2e39941a41d10807a00a.tar.gz |
Needs GNU nroff to format catpages with -mandoc.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/cnxtview/Makefile | 3 | ||||
-rw-r--r-- | graphics/cpia2view/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/graphics/cnxtview/Makefile b/graphics/cnxtview/Makefile index 2a84f2d43ae..eb86032f376 100644 --- a/graphics/cnxtview/Makefile +++ b/graphics/cnxtview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2007/01/08 03:20:05 rillig Exp $ +# $NetBSD: Makefile,v 1.11 2008/02/07 13:24:36 tnn Exp $ # DISTNAME= cnxtutil-0.00-alpha @@ -14,6 +14,7 @@ COMMENT= Creative WEBCAM Notebook Utility Programs NOT_FOR_PLATFORM= SunOS-*-* # needs <err.h> and <dev/usb/usb.h> USE_BSD_MAKEFILE= yes +USE_TOOLS+= groff nroff MAKE_ENV+= NOGCCERROR= .include "../../graphics/imlib/buildlink3.mk" diff --git a/graphics/cpia2view/Makefile b/graphics/cpia2view/Makefile index d6b2ebb2abb..fb1c05e844c 100644 --- a/graphics/cpia2view/Makefile +++ b/graphics/cpia2view/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2007/01/08 03:19:01 rillig Exp $ +# $NetBSD: Makefile,v 1.11 2008/02/07 13:24:36 tnn Exp $ # DISTNAME= cpia2_driver-1.0 @@ -17,6 +17,7 @@ HOMEPAGE= http://www.medias.ne.jp/~takam/bsd/NetBSD.html#cpia2 COMMENT= USB cameras based CPiA2 Utility Programs USE_BSD_MAKEFILE= yes +USE_TOOLS+= groff nroff .include "../../mk/bsd.prefs.mk" |