From 1a5d03fb735b3056f0bfd4dd5031611cde1c9b3e Mon Sep 17 00:00:00 2001 From: joerg Date: Sun, 3 May 2015 19:45:48 +0000 Subject: Needs pkg-config to detect GTK2. Won't work on NetBSD/amd64. --- graphics/nvtv/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'graphics/nvtv') diff --git a/graphics/nvtv/Makefile b/graphics/nvtv/Makefile index ef0f7799c01..5d8c5a44c52 100644 --- a/graphics/nvtv/Makefile +++ b/graphics/nvtv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2015/04/25 14:23:17 tnn Exp $ +# $NetBSD: Makefile,v 1.34 2015/05/03 19:45:48 joerg Exp $ DISTNAME= nvtv-0.4.7 PKGREVISION= 27 @@ -11,8 +11,10 @@ COMMENT= Tool to manipulate TV-Out settings on NVidia cards ONLY_FOR_PLATFORM= *-*-i386 # uses iopl() ONLY_FOR_PLATFORM+= *-*-x86_64 # may not build without some hacking +NOT_FOR_PLATFORM+= NetBSD-*-x86_64 # lack of x86_64_[gs]_set_ioperm. CONFLICTS= nvtv-gtk2-[0-9]* +USE_TOOLS+= pkg-config GNU_CONFIGURE= YES RCD_SCRIPTS= nvtvd -- cgit v1.2.3