svn commit: r421383 - head/www/sarg

Renato Botelho garga at FreeBSD.org
Mon Sep 5 17:27:12 UTC 2016


Author: garga
Date: Mon Sep  5 17:27:11 2016
New Revision: 421383
URL: https://svnweb.freebsd.org/changeset/ports/421383

Log:
  Fix www/sarg build without NLS
  
  PR:		211238
  Submitted by:	w.schwarzenfeld at utanet.at
  Reported by:	vas at mpeks.tomsk.su
  MFH:		2016Q3

Modified:
  head/www/sarg/Makefile

Modified: head/www/sarg/Makefile
==============================================================================
--- head/www/sarg/Makefile	Mon Sep  5 17:25:16 2016	(r421382)
+++ head/www/sarg/Makefile	Mon Sep  5 17:27:11 2016	(r421383)
@@ -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-head mailing list