svn commit: r442019 - head/sysutils/bacula-server

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon May 29 15:28:29 UTC 2017


Author: sunpoet
Date: Mon May 29 15:28:27 2017
New Revision: 442019
URL: https://svnweb.freebsd.org/changeset/ports/442019

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

Modified:
  head/sysutils/bacula-server/Makefile

Modified: head/sysutils/bacula-server/Makefile
==============================================================================
--- head/sysutils/bacula-server/Makefile	Mon May 29 15:28:22 2017	(r442018)
+++ head/sysutils/bacula-server/Makefile	Mon May 29 15:28:27 2017	(r442019)
@@ -31,7 +31,7 @@ CPPFLAGS+=	-I/usr/include/readline -I${L
 LDFLAGS+=	-L${LOCALBASE}/lib
 
 OPTIONS_DEFINE?=	SQLITE3 MYSQL PGSQL MTX PYTHON NLS IPV6
-OPTIONS_DEFAULT?=	NLS PGSQL
+OPTIONS_DEFAULT?=	PGSQL
 MTX_DESC=		Install mtx for control of autochanger devices
 
 .if ${PKGNAMESUFFIX} == "-client" || ${PKGNAMESUFFIX} == "-server"  #Till end of the file


More information about the svn-ports-all mailing list