diff options
author | jmc <jmc> | 2003-03-01 10:42:19 +0000 |
---|---|---|
committer | jmc <jmc> | 2003-03-01 10:42:19 +0000 |
commit | 68001603db532729dce4e19964831aafbf95edc6 (patch) | |
tree | a946ee1f4520b6d141ece3a3b8124c8c3c126065 /audio/xmms-tv-scope | |
parent | 44727c9c9f2d21e91932ca91df720fcb6dcdba82 (diff) | |
download | pkgsrc-68001603db532729dce4e19964831aafbf95edc6.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/Makefile | 4 |
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" |