aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/termit
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/termit')
-rw-r--r--x11-toolkits/termit/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-toolkits/termit/Makefile b/x11-toolkits/termit/Makefile
index 9ece42a02162..02135463af3f 100644
--- a/x11-toolkits/termit/Makefile
+++ b/x11-toolkits/termit/Makefile
@@ -7,7 +7,7 @@
PORTNAME= termit
PORTVERSION= 1.3.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11-toolkits gnome
MASTER_SITES= GOOGLE_CODE \
LOCAL/chinsan/${PORTNAME}/
@@ -15,6 +15,8 @@ MASTER_SITES= GOOGLE_CODE \
MAINTAINER= chinsan@FreeBSD.org
COMMENT= Small terminal emulator
+MAKE_JOBS_SAFE= yes
+
BUILD_DEPENDS= vte:${PORTSDIR}/x11-toolkits/vte
RUN_DEPENDS= ${BUILD_DEPENDS}
@@ -29,7 +31,7 @@ CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
.else
-CONFIGURE_ARGS+=--disable-nls
+CMAKE_ARGS+= -DENABLE_NLS:BOOL=false
PLIST_SUB+= NLS="@comment "
.endif