diff options
author | rillig <rillig@pkgsrc.org> | 2005-05-31 21:55:53 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-05-31 21:55:53 +0000 |
commit | 79335a26e2b927cfb1609066cfd2f2fd1b83efb8 (patch) | |
tree | bafe67bc1edf763d6f85cf2bc3f9b15c77ee2ee4 /audio | |
parent | 9a31ac16da28e7586d2f4cafe414540087510d19 (diff) | |
download | pkgsrc-79335a26e2b927cfb1609066cfd2f2fd1b83efb8.tar.gz |
Changed #defined to yes in GNU_CONFIGURE.
Diffstat (limited to 'audio')
-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 407e147fc15..b2063bed1f7 100644 --- a/audio/icecast1/Makefile +++ b/audio/icecast1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/04/11 21:44:53 tv Exp $ +# $NetBSD: Makefile,v 1.13 2005/05/31 21:55:53 rillig Exp $ # DISTNAME= icecast-1.3.12 @@ -10,7 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.icecast.org/ COMMENT= Internet broadcasting system using Mpeg Layer III streaming -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes USE_PKGINSTALL= yes RCD_SCRIPTS= icecast |