diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2007-06-09 03:41:33 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2007-06-09 03:41:33 +0000 |
commit | ed3f42238cbbd3b53f17a3e1fe581940e058abe2 (patch) | |
tree | 9f8f91377793e30aab4bc4401df01951d1791ce5 | |
parent | ed9c5938008207543c207320558c0e98adf1783b (diff) | |
download | ports-ed3f42238cbbd3b53f17a3e1fe581940e058abe2.tar.gz ports-ed3f42238cbbd3b53f17a3e1fe581940e058abe2.zip |
Notes
-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 |