summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2015-01-04 07:17:32 +0000
committerdholland <dholland@pkgsrc.org>2015-01-04 07:17:32 +0000
commitf9efa3a42f1428b58e16135bfa8f1e43d8f838eb (patch)
treea589fc9fccd606c1a5b40c495991fca23e99960a /graphics
parentc0546c7e530de6ee4f912397810bb088581eed7c (diff)
downloadpkgsrc-f9efa3a42f1428b58e16135bfa8f1e43d8f838eb.tar.gz
Document ONLY_FOR_PLATFORM; extend to x86_64, which probably doesn't
build but probably can be made to without too much trouble.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/nvtv/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/nvtv/Makefile b/graphics/nvtv/Makefile
index 4ccaf259126..f4494dcab91 100644
--- a/graphics/nvtv/Makefile
+++ b/graphics/nvtv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2014/05/05 00:47:59 ryoon Exp $
+# $NetBSD: Makefile,v 1.32 2015/01/04 07:17:32 dholland Exp $
DISTNAME= nvtv-0.4.7
PKGREVISION= 26
@@ -9,8 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://sourceforge.net/projects/nv-tv-out/
COMMENT= Tool to manipulate TV-Out settings on NVidia cards
-ONLY_FOR_PLATFORM= *-*-i386
-
+ONLY_FOR_PLATFORM= *-*-i386 # uses iopl()
+ONLY_FOR_PLATFORM+= *-*-x86_64 # may not build without some hacking
CONFLICTS= nvtv-gtk2-[0-9]*
GNU_CONFIGURE= YES