summaryrefslogtreecommitdiff
path: root/audio/icecast
diff options
context:
space:
mode:
authorwiz <wiz>2000-12-28 16:49:36 +0000
committerwiz <wiz>2000-12-28 16:49:36 +0000
commitdb73157b6bb48beac753f21947027c6cc068581b (patch)
treec6e4fba167d0fcc1af3c17b20c4d3f82dac6f6b5 /audio/icecast
parent0f2e8eb072c06f6dad548bf388fcdb0838b8c828 (diff)
downloadpkgsrc-db73157b6bb48beac753f21947027c6cc068581b.tar.gz
Sync ONLY_FOR_PLATFORM with devel/unproven-pthreads.
Diffstat (limited to 'audio/icecast')
-rw-r--r--audio/icecast/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/icecast/Makefile b/audio/icecast/Makefile
index 34feeb72187..1363a32528e 100644
--- a/audio/icecast/Makefile
+++ b/audio/icecast/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/11/21 06:02:28 hubertf Exp $
+# $NetBSD: Makefile,v 1.2 2000/12/28 16:49:37 wiz Exp $
#
DISTNAME= icecast-1.3.7
@@ -11,6 +11,10 @@ HOMEPAGE= http://www.icecast.org/
DEPENDS+= unproven-pthreads>=0.17:../../devel/unproven-pthreads
DEPENDS+= readline-4.*:../../devel/readline
+# Sync these with devel/unproven-pthreads
+ONLY_FOR_PLATFORM= NetBSD-*-alpha NetBSD-*-arm32 NetBSD-*-i386 \
+ NetBSD-*-m68k
+
GNU_CONFIGURE= YES
CONFIGURE_ARGS+=--with-readline \
--with-libwrap \