Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Sep 2016 16:53:30 +0000 (UTC)
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r421443 - branches/2016Q3/www/sarg
Message-ID:  <201609061653.u86GrUPW029396@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: garga
Date: Tue Sep  6 16:53:30 2016
New Revision: 421443
URL: https://svnweb.freebsd.org/changeset/ports/421443

Log:
  MFH: r421383
  
  Fix www/sarg build without NLS
  
  PR:		211238
  Submitted by:	w.schwarzenfeld@utanet.at
  Reported by:	vas@mpeks.tomsk.su
  Approved by:	ports-secteam (feld)

Modified:
  branches/2016Q3/www/sarg/Makefile
Directory Properties:
  branches/2016Q3/   (props changed)

Modified: branches/2016Q3/www/sarg/Makefile
==============================================================================
--- branches/2016Q3/www/sarg/Makefile	Tue Sep  6 16:51:49 2016	(r421442)
+++ branches/2016Q3/www/sarg/Makefile	Tue Sep  6 16:53:30 2016	(r421443)
@@ -3,7 +3,7 @@
 
 PORTNAME=	sarg
 PORTVERSION=	2.3.10
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
@@ -28,6 +28,7 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib
 
 NLS_USES=		gettext
+NLS_USES_OFF=		gettext-tools
 NLS_CONFIGURE_ENABLE=	nls
 NLS_LIBS=		-lintl
 GD_CONFIGURE_WITH=	gd



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