diff options
author | jmc <jmc@pkgsrc.org> | 2003-04-23 02:22:24 +0000 |
---|---|---|
committer | jmc <jmc@pkgsrc.org> | 2003-04-23 02:22:24 +0000 |
commit | b3754997c5c12bd54638eb21e36818d9bf284fc0 (patch) | |
tree | 530495bb2d18b18fd6e29cff2cf08edb1760994c /audio/xmms-tv-scope | |
parent | 89ff1192a47e00572d13b64c71835dfde9210a6e (diff) | |
download | pkgsrc-b3754997c5c12bd54638eb21e36818d9bf284fc0.tar.gz |
Clean up ONLY_FOR_PLATFORM to read a little nicer and include all applicable
NetBSD versions as appropriate
Diffstat (limited to 'audio/xmms-tv-scope')
-rw-r--r-- | audio/xmms-tv-scope/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/xmms-tv-scope/Makefile b/audio/xmms-tv-scope/Makefile index 2323c41e227..40551511694 100644 --- a/audio/xmms-tv-scope/Makefile +++ b/audio/xmms-tv-scope/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/03/01 10:42:19 jmc Exp $ +# $NetBSD: Makefile,v 1.3 2003/04/23 02:22:26 jmc Exp $ # DISTNAME= tv_scope-0.0.2 @@ -15,7 +15,9 @@ USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool GNU_CONFIGURE= YES -ONLY_FOR_PLATFORM= SunOS-*-* Linux-*-* Darwin-*-* NetBSD-1.6[N-Z]-* NetBSD-1.6Z[A-Z]-* NetBSD-1.[7-9]* +ONLY_FOR_PLATFORM= SunOS-*-* Linux-*-* Darwin-*-* +ONLY_FOR_PLATFORM+= NetBSD-1.6[N-Z]-* NetBSD-1.6Z[A-Z]-* NetBSD-1.[7-9]* +ONLY_FOR_PLATFORM+= NetBSD-[2-9]* .include "../../audio/xmms/buildlink2.mk" .include "../../devel/SDL/buildlink2.mk" |