diff options
author | tron <tron@pkgsrc.org> | 2000-08-16 17:21:25 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-08-16 17:21:25 +0000 |
commit | 2182615ef68754de4dbad0b2ba951afa763d2624 (patch) | |
tree | d1a3137063ea1aaf56a9b5bbb3346a0cf2aaa2d4 /graphics/fxtv | |
parent | 21be90b16fba6a8f67eba22ac7cdbba07efc07e7 (diff) | |
download | pkgsrc-2182615ef68754de4dbad0b2ba951afa763d2624.tar.gz |
Don't limit this package to the "i386" port. PCI brooktree cards should
work under several other ports, too.
Diffstat (limited to 'graphics/fxtv')
-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 4437afbf8d0..54ef6483f20 100644 --- a/graphics/fxtv/Makefile +++ b/graphics/fxtv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2000/08/16 17:17:56 tron Exp $ +# $NetBSD: Makefile,v 1.8 2000/08/16 17:21:25 tron Exp $ DISTNAME= fxtv-1.02 CATEGORIES= graphics @@ -11,8 +11,8 @@ HOMEPAGE= http://people.freebsd.org/~rhh/fxtv/ DEPENDS+= tiff>=3.5.5:../../graphics/tiff DEPENDS+= xpm-3.4[j-z]:../../graphics/xpm -ONLY_FOR_PLATFORM= NetBSD-1.4[Y-Z]-* NetBSD-1.4Z[A-Z]-i386 \ - NetBSD-1.5_ALPHA-i386 NetBSD-1.[5-9]*-* +ONLY_FOR_PLATFORM= NetBSD-1.4[Y-Z]-* NetBSD-1.4Z[A-Z]-* \ + NetBSD-1.5_ALPHA-* NetBSD-1.[5-9]*-* USE_GMAKE= yes USE_XAW= yes |