Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jan 2016 21:20:54 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r406808 - head/graphics/gpicview
Message-ID:  <201601202120.u0KLKscT022964@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Wed Jan 20 21:20:54 2016
New Revision: 406808
URL: https://svnweb.freebsd.org/changeset/ports/406808

Log:
  graphics/gpicview: fix build with NLS off
  
  ... by adding USES=gettext
  
  PR:		Sascha Holzleiter <sascha@root-login.org>
  Submitted by:	202077

Modified:
  head/graphics/gpicview/Makefile

Modified: head/graphics/gpicview/Makefile
==============================================================================
--- head/graphics/gpicview/Makefile	Wed Jan 20 21:15:22 2016	(r406807)
+++ head/graphics/gpicview/Makefile	Wed Jan 20 21:20:54 2016	(r406808)
@@ -3,6 +3,7 @@
 
 PORTNAME=	gpicview
 PORTVERSION=	0.2.4
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	SF/lxde/GPicView%20%28image%20Viewer%29/GpicView%20${PORTVERSION}/
 
@@ -11,7 +12,7 @@ COMMENT=	Simple and fast image viewer fo
 
 LICENSE=	GPLv2
 
-USES=		desktop-file-utils gmake pkgconfig
+USES=		desktop-file-utils gettext gmake pkgconfig
 USE_GNOME=	gtk20 intltool
 INSTALLS_ICONS=	yes
 



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