1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

- Fix WITHOUT_NLS

- Allow to build with MAKE_JOBS_SAFE
- Bump PORTREVISION

PR:		ports/133688
Submitted by:	Scot Hetzel <swhetzel at gmail.com>
This commit is contained in:
Chin-San Huang 2009-05-08 17:10:07 +00:00
parent fd656d7246
commit 0cf6f5b1ee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=233433

View File

@ -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