diff options
author | rillig <rillig@pkgsrc.org> | 2007-01-08 03:20:05 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-01-08 03:20:05 +0000 |
commit | e9b30c84bdd0670b83da92611105475bfe64ccd0 (patch) | |
tree | 51af0d37dd400ef894f3560d9e199fe5b5e28f7d /graphics/cnxtview/Makefile | |
parent | 302562f9f28436046b33f457f42a7cac55c3da56 (diff) | |
download | pkgsrc-e9b30c84bdd0670b83da92611105475bfe64ccd0.tar.gz |
This package uses a BSD-style Makefile.
Diffstat (limited to 'graphics/cnxtview/Makefile')
-rw-r--r-- | graphics/cnxtview/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/cnxtview/Makefile b/graphics/cnxtview/Makefile index d511bdf1a7a..2a84f2d43ae 100644 --- a/graphics/cnxtview/Makefile +++ b/graphics/cnxtview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/09/16 10:45:39 rillig Exp $ +# $NetBSD: Makefile,v 1.10 2007/01/08 03:20:05 rillig Exp $ # DISTNAME= cnxtutil-0.00-alpha @@ -13,6 +13,7 @@ COMMENT= Creative WEBCAM Notebook Utility Programs NOT_FOR_PLATFORM= SunOS-*-* # needs <err.h> and <dev/usb/usb.h> +USE_BSD_MAKEFILE= yes MAKE_ENV+= NOGCCERROR= .include "../../graphics/imlib/buildlink3.mk" |