svn commit: r406808 - head/graphics/gpicview

Kurt Jaeger pi at FreeBSD.org
Wed Jan 20 21:20:56 UTC 2016


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 at 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
 


More information about the svn-ports-all mailing list