diff options
author | tron <tron> | 2000-06-05 07:27:48 +0000 |
---|---|---|
committer | tron <tron> | 2000-06-05 07:27:48 +0000 |
commit | 0883ccc659ae003a625cdd3d4a43d9612400bf72 (patch) | |
tree | 31805c4892a0f9d53f4cbeea81a55bd5d48ebc3d /graphics/fxtv | |
parent | 57bd60c0d2c54e8412cfc9c717c748e185abe10c (diff) | |
download | pkgsrc-0883ccc659ae003a625cdd3d4a43d9612400bf72.tar.gz |
Recognize NetBSD-1.4ZA or newer.
Diffstat (limited to 'graphics/fxtv')
-rw-r--r-- | graphics/fxtv/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/fxtv/Makefile b/graphics/fxtv/Makefile index 15827abbcba..6a4e6e89c3e 100644 --- a/graphics/fxtv/Makefile +++ b/graphics/fxtv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/05/14 20:04:13 kim Exp $ +# $NetBSD: Makefile,v 1.5 2000/06/05 07:28:27 tron Exp $ DISTNAME= fxtv-1.02 CATEGORIES= graphics @@ -11,7 +11,8 @@ HOMEPAGE= http://www.ipass.net/~dbhopper/aa8vb/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.[5-9]*-* +ONLY_FOR_PLATFORM= NetBSD-1.4[Y-Z]-* NetBSD-1.4Z[A-Z]-i386 \ + NetBSD-1.[5-9]*-* USE_GMAKE= yes USE_XAW= yes |