diff options
Diffstat (limited to 'textproc/m17n-contrib/Makefile')
-rw-r--r-- | textproc/m17n-contrib/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/m17n-contrib/Makefile b/textproc/m17n-contrib/Makefile index 027772f62004..5503cdb89b79 100644 --- a/textproc/m17n-contrib/Makefile +++ b/textproc/m17n-contrib/Makefile @@ -6,7 +6,7 @@ # PORTNAME= m17n-contrib -PORTVERSION= 1.1.10 +PORTVERSION= 1.1.11 CATEGORIES= textproc MASTER_SITES= http://www.m17n.org/m17n-lib-download/ \ http://anthesphoria.net/FreeBSD/ports/distfiles/ @@ -14,7 +14,8 @@ MASTER_SITES= http://www.m17n.org/m17n-lib-download/ \ MAINTAINER= nikola.lecic@anthesphoria.net COMMENT= User-contributed input methods for the m17n library -BUILD_DEPENDS= m17n-db>=1.5.5:${PORTSDIR}/devel/m17n-db +BUILD_DEPENDS= m17n-db>=1.6.1:${PORTSDIR}/devel/m17n-db +RUN_DEPENDS= m17n-db>=1.6.1:${PORTSDIR}/devel/m17n-db USE_GMAKE= yes GNU_CONFIGURE= yes |