diff options
author | tron <tron@pkgsrc.org> | 2000-06-05 07:27:48 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-06-05 07:27:48 +0000 |
commit | e4a80ace07d6154c3028f3acca316be8eec5e270 (patch) | |
tree | 31805c4892a0f9d53f4cbeea81a55bd5d48ebc3d /audio/xmradio | |
parent | 355d5b6ef485a60caa34dd12353fbc7b090a77c1 (diff) | |
download | pkgsrc-e4a80ace07d6154c3028f3acca316be8eec5e270.tar.gz |
Recognize NetBSD-1.4ZA or newer.
Diffstat (limited to 'audio/xmradio')
-rw-r--r-- | audio/xmradio/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/xmradio/Makefile b/audio/xmradio/Makefile index c9c53a1b341..95ffecf3b29 100644 --- a/audio/xmradio/Makefile +++ b/audio/xmradio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/06/04 09:41:37 tron Exp $ +# $NetBSD: Makefile,v 1.3 2000/06/05 07:28:47 tron Exp $ DISTNAME= xmradio-0.9b2 CATEGORIES= audio @@ -10,7 +10,8 @@ HOMEPAGE= http://www.rostock.zgdv.de/~runge/xmradio.html DEPENDS+= sox>=12.16:../sox DEPENDS+= xpm-3.4k:../../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_MOTIF= yes USE_IMAKE= yes |