diff options
author | wiz <wiz> | 2000-12-30 13:57:44 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-12-30 13:57:44 +0000 |
commit | 67504df913c6d70431e6e365c375e248ec907db2 (patch) | |
tree | 11ade5c96bf91cf300ed756342fc706d13fd5df5 /audio/icecast/Makefile | |
parent | 086be274d9c000de989cd07f44bd1ba6793049c9 (diff) | |
download | pkgsrc-67504df913c6d70431e6e365c375e248ec907db2.tar.gz |
Manually syncing ONLY_FOR_PLATFORM is not the way to go.
Remove ONLY_FOR_PLATFORM, and let it fail while installing the DEPENDS.
Diffstat (limited to 'audio/icecast/Makefile')
-rw-r--r-- | audio/icecast/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/audio/icecast/Makefile b/audio/icecast/Makefile index 1363a32528e..631ce12444d 100644 --- a/audio/icecast/Makefile +++ b/audio/icecast/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/12/28 16:49:37 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2000/12/30 13:57:44 wiz Exp $ # DISTNAME= icecast-1.3.7 @@ -11,10 +11,6 @@ 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 \ |