summaryrefslogtreecommitdiff
path: root/audio/xmms-tv-scope
diff options
context:
space:
mode:
authorjmc <jmc@pkgsrc.org>2003-03-01 10:42:19 +0000
committerjmc <jmc@pkgsrc.org>2003-03-01 10:42:19 +0000
commit4fc054632a837a01c9df36cae33594bbf4da14e1 (patch)
treea946ee1f4520b6d141ece3a3b8124c8c3c126065 /audio/xmms-tv-scope
parent8fa3ebf3fed7266066995c8313f870a906707b63 (diff)
downloadpkgsrc-4fc054632a837a01c9df36cae33594bbf4da14e1.tar.gz
Build on anything except netbsd below 1.6N as semaphore.h/p1003.1b support
didn't exist before then and this heavily depends on it.
Diffstat (limited to 'audio/xmms-tv-scope')
-rw-r--r--audio/xmms-tv-scope/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/xmms-tv-scope/Makefile b/audio/xmms-tv-scope/Makefile
index bdc3b395956..2323c41e227 100644
--- a/audio/xmms-tv-scope/Makefile
+++ b/audio/xmms-tv-scope/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/02/14 23:56:39 hubertf Exp $
+# $NetBSD: Makefile,v 1.2 2003/03/01 10:42:19 jmc Exp $
#
DISTNAME= tv_scope-0.0.2
@@ -15,6 +15,8 @@ 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]*
+
.include "../../audio/xmms/buildlink2.mk"
.include "../../devel/SDL/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"