diff options
author | wiz <wiz@pkgsrc.org> | 2003-12-08 14:41:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-12-08 14:41:38 +0000 |
commit | a52946841314d63c358636b0022f2cfa41e8136f (patch) | |
tree | f5afe9c3c2349d2d6a36b0505ef7746601441a4f /audio/SDL-arts | |
parent | cb3d36c2f019f891a5d87d01f2aff79c71fdb4bb (diff) | |
download | pkgsrc-a52946841314d63c358636b0022f2cfa41e8136f.tar.gz |
Bump PKGREVISION for libogg (or, in 5 cases, libao) updates.
Diffstat (limited to 'audio/SDL-arts')
-rw-r--r-- | audio/SDL-arts/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/SDL-arts/Makefile b/audio/SDL-arts/Makefile index ffd229d8217..242fcf300fd 100644 --- a/audio/SDL-arts/Makefile +++ b/audio/SDL-arts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/09/03 19:24:40 drochner Exp $ +# $NetBSD: Makefile,v 1.3 2003/12/08 14:41:38 wiz Exp $ # .include "../../devel/SDL/Makefile.common" @@ -6,6 +6,8 @@ PKGNAME= ${DISTNAME:S/SDL/SDL-arts/} CATEGORIES+= audio kde +PKGREVISION= 1 + COMMENT= SDL plugin to output sound through the aRts sound daemon CONFIGURE_ARGS+= --enable-arts |