Date: Mon, 29 May 2017 15:28:28 +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: r442019 - head/sysutils/bacula-server Message-ID: <201705291528.v4TFSSpP058131@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705291528.v4TFSSpP058131>