diff options
Diffstat (limited to 'lang/kaffe-x11/Makefile')
-rw-r--r-- | lang/kaffe-x11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/kaffe-x11/Makefile b/lang/kaffe-x11/Makefile index 1cb8ea6a834..a5641c52779 100644 --- a/lang/kaffe-x11/Makefile +++ b/lang/kaffe-x11/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.1 2004/07/04 15:24:46 jmmv Exp $ +# $NetBSD: Makefile,v 1.2 2004/10/03 00:15:01 tv Exp $ # .include "../../lang/kaffe/Makefile.common" PKGNAME= ${DISTNAME:S/kaffe/kaffe-x11/} +PKGREVISION= 1 COMMENT+= (AWT support through X11) |