diff options
author | dholland <dholland@pkgsrc.org> | 2015-01-04 07:17:32 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2015-01-04 07:17:32 +0000 |
commit | 63e77e25c0c930dea2c6436ba3890e8e1b3737f0 (patch) | |
tree | a589fc9fccd606c1a5b40c495991fca23e99960a /graphics/nvtv | |
parent | 66a2fac3e071aec20031400251b1a3466834e782 (diff) | |
download | pkgsrc-63e77e25c0c930dea2c6436ba3890e8e1b3737f0.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/nvtv')
-rw-r--r-- | graphics/nvtv/Makefile | 6 |
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 |