summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorwiz <wiz>2000-12-28 16:49:36 +0000
committerwiz <wiz>2000-12-28 16:49:36 +0000
commit2ab2968049b92318c830642371388694ce049a87 (patch)
treec6e4fba167d0fcc1af3c17b20c4d3f82dac6f6b5 /audio
parent5aec873e9495081113db2e3ef313f622a5b0208f (diff)
downloadpkgsrc-2ab2968049b92318c830642371388694ce049a87.tar.gz
Sync ONLY_FOR_PLATFORM with devel/unproven-pthreads.
Diffstat (limited to 'audio')
-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 \