aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorchinsan <chinsan@FreeBSD.org>2009-05-09 01:10:07 +0800
committerchinsan <chinsan@FreeBSD.org>2009-05-09 01:10:07 +0800
commit545570a9c77e42879a496d1b486fca8463900709 (patch)
tree56a0bc2652b95c1f8b2dadf191e88a80fcaef7f2 /x11-toolkits
parentd0f11e3d911fbb56d527659e081fc18edec0dc82 (diff)
downloadfreebsd-ports-gnome-545570a9c77e42879a496d1b486fca8463900709.tar.gz
freebsd-ports-gnome-545570a9c77e42879a496d1b486fca8463900709.tar.zst
freebsd-ports-gnome-545570a9c77e42879a496d1b486fca8463900709.zip
- Fix WITHOUT_NLS
- Allow to build with MAKE_JOBS_SAFE - Bump PORTREVISION PR: ports/133688 Submitted by: Scot Hetzel <swhetzel at gmail.com>
Diffstat (limited to 'x11-toolkits')
-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