svn commit: r392103 - head/deskutils/parcellite

Guido Falsi madpilot at FreeBSD.org
Tue Jul 14 22:33:50 UTC 2015


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
 


More information about the svn-ports-head mailing list