diff options
author | tron <tron> | 2001-05-10 22:54:12 +0000 |
---|---|---|
committer | tron <tron> | 2001-05-10 22:54:12 +0000 |
commit | 22ee81625da1eb3e1fad46c158a9a71487d0627a (patch) | |
tree | 19cce5c04f93911515155b6753dc5d03c29ddbcf /graphics | |
parent | 290b64e6a98476c2bad7ec6ed69c7c5b63711b9e (diff) | |
download | pkgsrc-22ee81625da1eb3e1fad46c158a9a71487d0627a.tar.gz |
Mark this package as arm32, atari and i386 only. These are the only ports
with PCI support which install the header files for the XFree86 server
extentension required to build (but not to run) this program.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/fxtv/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/fxtv/Makefile b/graphics/fxtv/Makefile index cd47c6dc733..16ef33aed6b 100644 --- a/graphics/fxtv/Makefile +++ b/graphics/fxtv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2001/02/16 15:22:19 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2001/05/10 22:54:12 tron Exp $ DISTNAME= fxtv-1.03 CATEGORIES= graphics @@ -11,8 +11,8 @@ COMMENT= TV display application for Brooktree 848 compatible TV cards DEPENDS+= tiff>=3.5.5:../../graphics/tiff -ONLY_FOR_PLATFORM= NetBSD-1.4[Y-Z]-* NetBSD-1.4Z[A-Z]-* \ - NetBSD-1.5_ALPHA-* NetBSD-1.[5-9]*-* +ONLY_FOR_PLATFORM= NetBSD-1.[5-9]*-arm32 NetBSD-1.[5-9]*-atari \ + NetBSD-1.[5-9]*-i386 USE_X11BASE= YES USE_XAW= YES |