Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Apr 2015 09:51:14 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r384770 - head/security/gnomint
Message-ID:  <201504260951.t3Q9pEqu020990@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <kevinz5000@gmail.com> (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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504260951.t3Q9pEqu020990>