diff --git a/hatponboard-lib/Makefile b/hatponboard-lib/Makefile
index f38ba489918a2ab911af5db3d0af70be11d8c627..610cfaca7188fb03369d824219e5d1c714db66b1 100644
--- a/hatponboard-lib/Makefile
+++ b/hatponboard-lib/Makefile
@@ -4,7 +4,7 @@
 
 DISTNAME=		hatponboard-lib-${VERSION}
 VERSION=		1.1.0
-PKGREVISION=		1
+PKGREVISION=		2
 CATEGORIES=		planning
 MASTER_SITES=		${MASTER_SITE_OPENROBOTS:=hatponboard-lib/}
 MASTER_REPOSITORY=	${MASTER_REPOSITORY_OPENROBOTS}hatponboard-lib
@@ -21,7 +21,7 @@ DEPEND_ABI.boost-headers=boost-headers>=1.34
 
 include ../../devel/boost-headers/depend.mk
 include ../../devel/boost-libs/depend.mk
-include ../../wip/mk/sysdep/antlr.mk
+include ../../wip/mk/sysdep/antlr2.mk
 include ../../mk/sysdep/cmake.mk
 include ../../mk/language/c.mk
 include ../../mk/language/c++.mk
diff --git a/mk/sysdep/antlr2.mk b/mk/sysdep/antlr2.mk
index f0a08a0fcc97b63c41ef21ca5f3f1f2147f5eed5..cddd81de207a70fc1bf9e606249eb8615b0a5dc1 100644
--- a/mk/sysdep/antlr2.mk
+++ b/mk/sysdep/antlr2.mk
@@ -29,7 +29,7 @@ PREFER.antlr2?=		system
 
 DEPEND_USE+=		antlr2
 
-DEPEND_ABI.antlr2?=	antlr>=2 <3
+DEPEND_ABI.antlr2?=	antlr2>=2<3
 
 SYSTEM_SEARCH.antlr2= 'bin/runantlr'