diff options
-rw-r--r-- | lang/kaffe-esound/Makefile | 4 | ||||
-rw-r--r-- | lang/kaffe-x11/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/kaffe-esound/Makefile b/lang/kaffe-esound/Makefile index 48800345cef..b90a0b28dd4 100644 --- a/lang/kaffe-esound/Makefile +++ b/lang/kaffe-esound/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.2 2004/10/03 00:15:01 tv Exp $ +# $NetBSD: Makefile,v 1.3 2004/10/17 15:32:57 tv Exp $ # .include "../../lang/kaffe/Makefile.common" PKGNAME= ${DISTNAME:S/kaffe/kaffe-esound/} -PKGREVISION= 1 +PKGREVISION= 1 COMMENT+= (sound support through esound) diff --git a/lang/kaffe-x11/Makefile b/lang/kaffe-x11/Makefile index a5641c52779..4627321e0fb 100644 --- a/lang/kaffe-x11/Makefile +++ b/lang/kaffe-x11/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.2 2004/10/03 00:15:01 tv Exp $ +# $NetBSD: Makefile,v 1.3 2004/10/17 15:32:57 tv Exp $ # .include "../../lang/kaffe/Makefile.common" PKGNAME= ${DISTNAME:S/kaffe/kaffe-x11/} -PKGREVISION= 1 +PKGREVISION= 1 COMMENT+= (AWT support through X11) |