svn commit: r492294 - in head: databases/opendbx net-mgmt/ap-utils

Mathieu Arnold mat at FreeBSD.org
Wed Feb 6 09:05:04 UTC 2019


Author: mat
Date: Wed Feb  6 09:05:03 2019
New Revision: 492294
URL: https://svnweb.freebsd.org/changeset/ports/492294

Log:
  Remove options helpers that do not exist.  And in one case, probably fix
  the helper usage.
  
  Noticed by:	tobik

Modified:
  head/databases/opendbx/Makefile   (contents, props changed)
  head/net-mgmt/ap-utils/Makefile   (contents, props changed)

Modified: head/databases/opendbx/Makefile
==============================================================================
--- head/databases/opendbx/Makefile	Wed Feb  6 09:00:44 2019	(r492293)
+++ head/databases/opendbx/Makefile	Wed Feb  6 09:05:03 2019	(r492294)
@@ -45,7 +45,6 @@ MSSQL_LIB_DEPENDS=	libsybdb.so:databases/freetds
 SYBASE_LIB_DEPENDS=	libct.so:databases/freetds
 
 NLS_USES=		gettext
-NLS_CONFIGURE_DISABLE=	nls
 
 .include <bsd.port.options.mk>
 

Modified: head/net-mgmt/ap-utils/Makefile
==============================================================================
--- head/net-mgmt/ap-utils/Makefile	Wed Feb  6 09:00:44 2019	(r492293)
+++ head/net-mgmt/ap-utils/Makefile	Wed Feb  6 09:05:03 2019	(r492294)
@@ -19,7 +19,7 @@ OPTIONS_DEFINE=	DOCS NLS
 OPTIONS_SUB=	yes
 
 NLS_USES=	gettext
-NLS_CONFIGURE_WITHOUT=	--disable-nls
+NLS_CONFIGURE_OFF=	--disable-nls
 
 .include <bsd.port.options.mk>
 


More information about the svn-ports-head mailing list