svn commit: r441950 - head/databases/postgresql92-server

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 28 23:16:52 UTC 2017


Author: sunpoet
Date: Sun May 28 23:16:50 2017
New Revision: 441950
URL: https://svnweb.freebsd.org/changeset/ports/441950

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

Modified:
  head/databases/postgresql92-server/Makefile

Modified: head/databases/postgresql92-server/Makefile
==============================================================================
--- head/databases/postgresql92-server/Makefile	Sun May 28 23:16:45 2017	(r441949)
+++ head/databases/postgresql92-server/Makefile	Sun May 28 23:16:50 2017	(r441950)
@@ -110,7 +110,7 @@ OPTIMIZED_CFLAGS_DESC=	Builds with compi
 OPTIONS_DEFINE+=	SSL
 SSL_DESC=	Build with OpenSSL support
 
-OPTIONS_DEFAULT+=	NLS SSL
+OPTIONS_DEFAULT+=	SSL
 .endif # !SLAVE_ONLY
 
 .if defined(CLIENT_ONLY)


More information about the svn-ports-all mailing list