diff options
author | wiz <wiz@pkgsrc.org> | 2000-12-30 13:57:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-12-30 13:57:44 +0000 |
commit | e633c2ff5ae58e7705b93169a43a7126c024e946 (patch) | |
tree | 11ade5c96bf91cf300ed756342fc706d13fd5df5 /audio/icecast | |
parent | 388a2dda404c775c30b1bbc5d177cfd613acae75 (diff) | |
download | pkgsrc-e633c2ff5ae58e7705b93169a43a7126c024e946.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')
-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 \ |