diff options
author | rillig <rillig@pkgsrc.org> | 2006-06-18 11:07:36 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-06-18 11:07:36 +0000 |
commit | 3a9e0dcc41b7cd9f0cc25cbf8cca0f7918aa5d6e (patch) | |
tree | 7eb2021ffb55b59a26fb0c0066cd794f47e55526 /audio/icecast1/Makefile | |
parent | 2d90ef253b87f24b27be0082922e6893e94e8894 (diff) | |
download | pkgsrc-3a9e0dcc41b7cd9f0cc25cbf8cca0f7918aa5d6e.tar.gz |
Replaced /var with ${VARBASE} in patch-ab, which fixes all unprivileged
bulk builds. Bumped PKGREVISION.
Diffstat (limited to 'audio/icecast1/Makefile')
-rw-r--r-- | audio/icecast1/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/icecast1/Makefile b/audio/icecast1/Makefile index 61e6f4ea0df..0eb5f9498e8 100644 --- a/audio/icecast1/Makefile +++ b/audio/icecast1/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2006/04/30 21:26:54 rillig Exp $ +# $NetBSD: Makefile,v 1.21 2006/06/18 11:07:36 rillig Exp $ # DISTNAME= icecast-1.3.12 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= audio MASTER_SITES= http://www.icecast.org/releases/ @@ -10,11 +10,11 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.icecast.org/ COMMENT= Internet broadcasting system using Mpeg Layer III streaming -GNU_CONFIGURE= yes - RCD_SCRIPTS= icecast PKG_SYSCONFSUBDIR= icecast +GNU_CONFIGURE= yes +CONFIGURE_ENV+= VARBASE=${VARBASE} CONFIGURE_ARGS+= --with-readline \ --with-libwrap \ --with-python \ |