diff options
author | rillig <rillig@pkgsrc.org> | 2006-09-16 10:45:39 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-09-16 10:45:39 +0000 |
commit | 9c22105acf647a25d6a1c1d95e7c6ad9d2d3abde (patch) | |
tree | a420a2b9de2aca04db213affa58739f9361f7d97 /graphics/cnxtview | |
parent | 92d87fecca94375d28fb4da95246c866fe837be8 (diff) | |
download | pkgsrc-9c22105acf647a25d6a1c1d95e7c6ad9d2d3abde.tar.gz |
Does not build on Solaris.
Diffstat (limited to 'graphics/cnxtview')
-rw-r--r-- | graphics/cnxtview/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/cnxtview/Makefile b/graphics/cnxtview/Makefile index 532e4a0229c..d511bdf1a7a 100644 --- a/graphics/cnxtview/Makefile +++ b/graphics/cnxtview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/05/27 02:43:50 hamajima Exp $ +# $NetBSD: Makefile,v 1.9 2006/09/16 10:45:39 rillig Exp $ # DISTNAME= cnxtutil-0.00-alpha @@ -11,6 +11,8 @@ MAINTAINER= hamajima@NetBSD.org HOMEPAGE= http://www.medias.ne.jp/~takam/bsd/NetBSD.html#webcamnote COMMENT= Creative WEBCAM Notebook Utility Programs +NOT_FOR_PLATFORM= SunOS-*-* # needs <err.h> and <dev/usb/usb.h> + MAKE_ENV+= NOGCCERROR= .include "../../graphics/imlib/buildlink3.mk" |