aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2016-09-06 16:53:30 +0000
committerRenato Botelho <garga@FreeBSD.org>2016-09-06 16:53:30 +0000
commitdbb9579f8f4a0e43556741793021f5c651134a44 (patch)
treef296637216e3552140b9083c1e30c0baf8fceab5
parent0c988b991fb22b190d4a8c390cd0858987267be6 (diff)
downloadports-dbb9579f8f4a0e43556741793021f5c651134a44.tar.gz
ports-dbb9579f8f4a0e43556741793021f5c651134a44.zip
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)
Notes
Notes: svn path=/branches/2016Q3/; revision=421443
-rw-r--r--www/sarg/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/sarg/Makefile b/www/sarg/Makefile
index ae102a5b5ac1..98a790b3e87f 100644
--- a/www/sarg/Makefile
+++ b/www/sarg/Makefile
@@ -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