diff options
author | rillig <rillig> | 2005-05-31 21:55:53 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-05-31 21:55:53 +0000 |
commit | 5207c1d090b450e6925def3aa5d48849ef3be2fb (patch) | |
tree | bafe67bc1edf763d6f85cf2bc3f9b15c77ee2ee4 /audio/icecast1 | |
parent | 1a5727d82bbb9a2f722eb1815a1d6d6947f10e7d (diff) | |
download | pkgsrc-5207c1d090b450e6925def3aa5d48849ef3be2fb.tar.gz |
Changed #defined to yes in GNU_CONFIGURE.
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 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 |