svn commit: r421443 - branches/2016Q3/www/sarg

Renato Botelho garga at FreeBSD.org
Tue Sep 6 16:53:31 UTC 2016


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 at utanet.at
  Reported by:	vas at 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


More information about the svn-ports-all mailing list