diff options
Diffstat (limited to 'audio/SDL-esound/Makefile')
-rw-r--r-- | audio/SDL-esound/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/SDL-esound/Makefile b/audio/SDL-esound/Makefile index 64697e15367..cb4ebe507d0 100644 --- a/audio/SDL-esound/Makefile +++ b/audio/SDL-esound/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.4 2004/02/14 17:21:32 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2004/10/03 00:13:04 tv Exp $ # .include "../../devel/SDL/Makefile.common" PKGNAME= ${DISTNAME:S/SDL/SDL-esound/} +PKGREVISION= 1 + CATEGORIES+= audio gnome COMMENT= SDL plugin to output sound through the esound daemon |