diff options
Diffstat (limited to 'audio/SDL-arts/Makefile')
-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 |