diff options
author | snj <snj@pkgsrc.org> | 2004-04-11 15:57:40 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-11 15:57:40 +0000 |
commit | ce7e295711099ab391505844f4f48e2cf05b2f0a (patch) | |
tree | bacf984468b16ec02f7debd13378e1a9e13f29c0 /audio/icecast1 | |
parent | 8b170d698aa0cf91991d3486becb5f9684b79d03 (diff) | |
download | pkgsrc-ce7e295711099ab391505844f4f48e2cf05b2f0a.tar.gz |
It is not sufficient to define USE_BUILDLINK3; set it to yes.
Diffstat (limited to 'audio/icecast1')
-rw-r--r-- | audio/icecast1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/icecast1/Makefile b/audio/icecast1/Makefile index fa36a8f6e6c..093da8f191c 100644 --- a/audio/icecast1/Makefile +++ b/audio/icecast1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/04/11 06:03:15 snj Exp $ +# $NetBSD: Makefile,v 1.6 2004/04/11 15:57:40 snj Exp $ # DISTNAME= icecast-1.3.12 @@ -10,7 +10,7 @@ MAINTAINER= kim@tac.nyc.ny.us HOMEPAGE= http://www.icecast.org/ COMMENT= Internet broadcasting system using Mpeg Layer III streaming -USE_BUILDLINK3= # defined +USE_BUILDLINK3= yes GNU_CONFIGURE= # defined USE_PKGINSTALL= yes |