diff options
author | dillo <dillo> | 2003-03-22 05:44:37 +0000 |
---|---|---|
committer | dillo <dillo> | 2003-03-22 05:44:37 +0000 |
commit | 9adc67d2b65b06d7fc0fc06d39a0356dd91e853b (patch) | |
tree | 7e4480d2714e84c9cf5fbd6c274de23971fa0cd0 /audio/amp/Makefile | |
parent | 06c6c40f6ae1f6596bbe5a406381bf6b42f0035a (diff) | |
download | pkgsrc-9adc67d2b65b06d7fc0fc06d39a0356dd91e853b.tar.gz |
open /dev/auiod OWRONLY, as requested in PR 19332 by Ben Wong
bump pkgrevision
while here, one patch per file
Diffstat (limited to 'audio/amp/Makefile')
-rw-r--r-- | audio/amp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/amp/Makefile b/audio/amp/Makefile index caffbded88f..d39ea130233 100644 --- a/audio/amp/Makefile +++ b/audio/amp/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2002/08/28 08:38:01 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2003/03/22 05:44:37 dillo Exp $ # DISTNAME= amp-0.7.6 +PKGREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_LOCAL} # was ftp://ftp.rasip.fer.hr/pub/mpeg/ |