Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jul 2015 22:33:50 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r392103 - head/deskutils/parcellite
Message-ID:  <201507142233.t6EMXoQf088491@svnmir.geo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Tue Jul 14 22:33:49 2015
New Revision: 392103
URL: https://svnweb.freebsd.org/changeset/ports/392103

Log:
  Fix build when NLS is disabled.
  
  PR:		199469
  Submitted by:	tobias.kortkamp at gmail.com
  Approved by:	Maintainer timeout

Modified:
  head/deskutils/parcellite/Makefile

Modified: head/deskutils/parcellite/Makefile
==============================================================================
--- head/deskutils/parcellite/Makefile	Tue Jul 14 21:59:37 2015	(r392102)
+++ head/deskutils/parcellite/Makefile	Tue Jul 14 22:33:49 2015	(r392103)
@@ -15,7 +15,7 @@ LICENSE=	GPLv3
 
 BUILD_DEPENDS=	p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
 
-USES=		gmake pkgconfig
+USES=		gettext-tools gmake pkgconfig
 GNU_CONFIGURE=	yes
 USE_GNOME=	gtk20
 
@@ -25,7 +25,7 @@ OPTIONS_DEFINE= DOCS NLS
 OPTIONS_SUB=	yes
 
 NLS_CONFIGURE_ENABLE=	nls
-NLS_USES=	gettext
+NLS_USES=	gettext-runtime
 
 SUB_FILES=	pkg-message
 



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