diff options
Diffstat (limited to 'x11/mlterm')
-rw-r--r-- | x11/mlterm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/mlterm/Makefile b/x11/mlterm/Makefile index 87189a3e4dc5..b29db7d10094 100644 --- a/x11/mlterm/Makefile +++ b/x11/mlterm/Makefile @@ -7,7 +7,7 @@ PORTNAME= mlterm PORTVERSION= 2.9.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -79,7 +79,7 @@ PLIST_SUB+= IIIMF="@comment " .if defined(WITH_SCIM) CONFIGURE_ARGS+= --enable-scim MAKE_ENV= LIBS_LOCAL=-L${LOCALBASE}/lib -LIB_DEPENDS+= scim-1.0.9:${PORTSDIR}/textproc/scim +LIB_DEPENDS+= scim-1.0.10:${PORTSDIR}/textproc/scim PLIST_SUB+= SCIM="" .else CONFIGURE_ARGS+= --disable-scim |