diff options
author | abs <abs> | 2002-06-14 20:04:07 +0000 |
---|---|---|
committer | abs <abs> | 2002-06-14 20:04:07 +0000 |
commit | b408827caffbb85473f3f3e7bdf2d7d3c3a3991b (patch) | |
tree | 1a4f771784ddd74aa68bb618453011d11ac1e2d4 /audio/mserv/Makefile | |
parent | 0cf5c17504a52cd89e36c009672f407ab600aef0 (diff) | |
download | pkgsrc-b408827caffbb85473f3f3e7bdf2d7d3c3a3991b.tar.gz |
Update mserv to mserv-0.33nb2
- Clip TRACKSPERALBUM to 250 not 1200 as more than 255 loses
- Fix default pathname to mpg123
- Add DEPENDS for mpg123
- Fix soundcard support
Diffstat (limited to 'audio/mserv/Makefile')
-rw-r--r-- | audio/mserv/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/mserv/Makefile b/audio/mserv/Makefile index d7fc81a9d88..4c2d1229532 100644 --- a/audio/mserv/Makefile +++ b/audio/mserv/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2002/02/15 00:42:31 hubertf Exp $ +# $NetBSD: Makefile,v 1.3 2002/06/14 20:04:07 abs Exp $ # DISTNAME= mserv-0.33 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= audio MASTER_SITES= http://www.mserv.org/download/ @@ -10,6 +10,8 @@ MAINTAINER= martin@netbsd.org HOMEPAGE= http://www.mserv.org/ COMMENT= local centralised music server environment +DEPENDS+= mpg123-[0-9]*:../mpg123 + ALL_TARGET= default REPLACE_PERL= mserv/mservedit webclient/main.cgi webclient/margin.cgi webclient/mserv.cgi |