diff options
author | asau <asau@pkgsrc.org> | 2010-12-17 22:14:41 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2010-12-17 22:14:41 +0000 |
commit | 24c72677c49fc432b84029f178e2e028ebefa06e (patch) | |
tree | 2ca3a571da38b0cc95cd721406ca6708e334bb61 /lang | |
parent | 298ac53cee2e916d08ab08620b53cbcb25d087c2 (diff) | |
download | pkgsrc-24c72677c49fc432b84029f178e2e028ebefa06e.tar.gz |
Bump package revision after JIT-related changes on DragonFly.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/kaffe-x11/Makefile | 4 | ||||
-rw-r--r-- | lang/kaffe/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/kaffe-x11/Makefile b/lang/kaffe-x11/Makefile index 14e14a57ca6..a9afa7b7f78 100644 --- a/lang/kaffe-x11/Makefile +++ b/lang/kaffe-x11/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.23 2010/12/15 16:06:26 abs Exp $ +# $NetBSD: Makefile,v 1.24 2010/12/17 22:14:42 asau Exp $ # .include "../../lang/kaffe/Makefile.common" PKGNAME= ${DISTNAME:S/kaffe/kaffe-x11/} -PKGREVISION= 8 +PKGREVISION= 9 COMMENT+= (AWT support through X11) diff --git a/lang/kaffe/Makefile b/lang/kaffe/Makefile index babf32b610b..aae562f49a7 100644 --- a/lang/kaffe/Makefile +++ b/lang/kaffe/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.75 2010/12/15 16:06:26 abs Exp $ +# $NetBSD: Makefile,v 1.76 2010/12/17 22:14:41 asau Exp $ # .include "Makefile.common" -PKGREVISION= 6 +PKGREVISION= 7 CONFLICTS+= kaffe-nox11-[0-9]* |