diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2010-07-18 13:33:10 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2010-07-18 13:33:10 +0800 |
commit | c38ec06e70219071f36e439d74d9dfb3217b4780 (patch) | |
tree | a9b08230f6c9f3a2f0d4729f2ebc7e27d9b18b00 /x11/mlterm/Makefile | |
parent | 044bb55c521451261922dc29cc4ec02dbadb6b77 (diff) | |
download | freebsd-ports-gnome-c38ec06e70219071f36e439d74d9dfb3217b4780.tar.gz freebsd-ports-gnome-c38ec06e70219071f36e439d74d9dfb3217b4780.tar.zst freebsd-ports-gnome-c38ec06e70219071f36e439d74d9dfb3217b4780.zip |
Update to 3.0.1.
Mark MAKE_JOBS_UNSAFE [*].
PR: ports/145038 [*]
Submitted by: Yajima Hidenori <yajima@mma.club.uec.ac.jp>
Diffstat (limited to 'x11/mlterm/Makefile')
-rw-r--r-- | x11/mlterm/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11/mlterm/Makefile b/x11/mlterm/Makefile index 3cf56258ee9e..41fb0dea164e 100644 --- a/x11/mlterm/Makefile +++ b/x11/mlterm/Makefile @@ -6,10 +6,9 @@ # PORTNAME= mlterm -PORTVERSION= 2.9.4 -PORTREVISION= 9 +PORTVERSION= 3.0.1 CATEGORIES= x11 -MASTER_SITES= SF/${PORTNAME}/01%20release/${PORTNAME}-${PORTVERSION} +MASTER_SITES= SF/${PORTNAME}/01release/${PORTNAME}-${PORTVERSION} MAINTAINER= nobutaka@FreeBSD.org COMMENT= Multilingual X11 terminal emulator @@ -26,7 +25,7 @@ CONFIGURE_ARGS= --with-imagelib=gdk-pixbuf --enable-utmp \ --with-tools="mlclient,mlconfig,mlterm-menu,mlcc,w3mmlconfig" \ --with-type-engines="xcore,xft" CONFIGURE_ENV= LIBS="${LIBS} -L${LOCALBASE}/lib ${PTHREAD_LIBS} -lintl" CFLAGS="${CFLAGS} -I${LOCALBASE}/include -I${LOCALBASE}/include/iiim" - +MAKE_JOBS_UNSAFE= yes OPTIONS= FRIBIDI "Use Fribidi for BiDi rendering" off \ UIM "uim support (experimental)" off \ M17NLIB "m17n library support (experimental)" off \ |