svn commit: r442011 - head/multimedia/zoneminder-h264

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


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

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

Modified:
  head/multimedia/zoneminder-h264/Makefile

Modified: head/multimedia/zoneminder-h264/Makefile
==============================================================================
--- head/multimedia/zoneminder-h264/Makefile	Mon May 29 15:27:45 2017	(r442010)
+++ head/multimedia/zoneminder-h264/Makefile	Mon May 29 15:27:50 2017	(r442011)
@@ -52,7 +52,6 @@ NLS_USES=	gettext
 NLS_CONFIGURE_ENABLE=	nls
 V4L_BUILD_DEPENDS=	${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat
 V4L_LIB_DEPENDS=	libv4l2.so:multimedia/libv4l
-OPTIONS_DEFAULT=	NLS
 
 PLIST_SUB=	WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}"
 


More information about the svn-ports-all mailing list