From owner-svn-ports-head@FreeBSD.ORG Sun Apr 26 09:51:14 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 899D2D64; Sun, 26 Apr 2015 09:51:14 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 78CD11024; Sun, 26 Apr 2015 09:51:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3Q9pENT020991; Sun, 26 Apr 2015 09:51:14 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3Q9pEqu020990; Sun, 26 Apr 2015 09:51:14 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201504260951.t3Q9pEqu020990@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sun, 26 Apr 2015 09:51:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384770 - head/security/gnomint X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Apr 2015 09:51:14 -0000 Author: tijl Date: Sun Apr 26 09:51:13 2015 New Revision: 384770 URL: https://svnweb.freebsd.org/changeset/ports/384770 Log: - Add USES=gettext-tools to fix build when NLS option is off [1] - Remove dependency on textproc/intltool because it's implied by USE_GNOME=gtk20 PR: 199664 [1] Approved by: Kevin Zheng (maintainer) [1] Modified: head/security/gnomint/Makefile Modified: head/security/gnomint/Makefile ============================================================================== --- head/security/gnomint/Makefile Sun Apr 26 09:41:30 2015 (r384769) +++ head/security/gnomint/Makefile Sun Apr 26 09:51:13 2015 (r384770) @@ -17,10 +17,8 @@ LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/se libgnutls.so:${PORTSDIR}/security/gnutls \ libsqlite3.so:${PORTSDIR}/databases/sqlite3 -BUILD_DEPENDS= intltool-update:${PORTSDIR}/textproc/intltool - GNU_CONFIGURE= yes -USES= gmake perl5 pkgconfig readline +USES= gettext-tools gmake perl5 pkgconfig readline USE_GNOME= gconf2 gdkpixbuf2 glib20 gtk20 CPPFLAGS+= -I${LOCALBASE}/include @@ -29,7 +27,7 @@ LIBS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= NLS OPTIONS_SUB= yes -NLS_USES= gettext +NLS_USES= gettext-runtime NLS_CONFIGURE_ENABLE= nls post-install: