diff options
author | is <is@pkgsrc.org> | 2003-06-02 12:38:45 +0000 |
---|---|---|
committer | is <is@pkgsrc.org> | 2003-06-02 12:38:45 +0000 |
commit | 53a3562505284cd3fa4f28ac029e31b6487e9029 (patch) | |
tree | 718b423974f9882533bdaa98c962d75a6694b911 /audio/mad/Makefile | |
parent | 99b4e2e1ea358b581517dc2fb0b4f44ccaea9a02 (diff) | |
download | pkgsrc-53a3562505284cd3fa4f28ac029e31b6487e9029.tar.gz |
In audio_sun.o, obey the environment variable AUDIODEV. Allows for output
on SunRay machines.
Diffstat (limited to 'audio/mad/Makefile')
-rw-r--r-- | audio/mad/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/mad/Makefile b/audio/mad/Makefile index b83d22ca627..d588b483543 100644 --- a/audio/mad/Makefile +++ b/audio/mad/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2002/11/30 11:46:04 salo Exp $ +# $NetBSD: Makefile,v 1.10 2003/06/02 12:38:45 is Exp $ # DISTNAME= mad-0.14.2b +PKGREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mad/} \ ftp://ftp.mars.org/pub/mpeg/ |