Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 May 2017 15:28:37 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r442021 - head/sysutils/bareos-server
Message-ID:  <201705291528.v4TFSbeM058312@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon May 29 15:28:37 2017
New Revision: 442021
URL: https://svnweb.freebsd.org/changeset/ports/442021

Log:
  Fix OPTIONS_DEFAULT: remove NLS which is added by framework
  
  Approved by:	portmgr (blanket)

Modified:
  head/sysutils/bareos-server/Makefile

Modified: head/sysutils/bareos-server/Makefile
==============================================================================
--- head/sysutils/bareos-server/Makefile	Mon May 29 15:28:32 2017	(r442020)
+++ head/sysutils/bareos-server/Makefile	Mon May 29 15:28:37 2017	(r442021)
@@ -38,7 +38,7 @@ CPPFLAGS+=	-I/usr/include/readline -I${L
 LDFLAGS+=	-L${LOCALBASE}/lib
 
 OPTIONS_DEFINE?=	MTX PYTHON NDMP NLS OPENSSL SCSICRYPTO
-OPTIONS_DEFAULT?=	NLS OPENSSL PGSQL SCSICRYPTO
+OPTIONS_DEFAULT?=	OPENSSL PGSQL SCSICRYPTO
 OPTIONS_SUB=		yes
 MTX_DESC=		Install mtx for control of autochanger devices
 NDMP_DESC=		Enable build of NDMP support



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