svn commit: r442010 - head/multimedia/zoneminder

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


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

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

Modified:
  head/multimedia/zoneminder/Makefile

Modified: head/multimedia/zoneminder/Makefile
==============================================================================
--- head/multimedia/zoneminder/Makefile	Mon May 29 15:27:40 2017	(r442009)
+++ head/multimedia/zoneminder/Makefile	Mon May 29 15:27:45 2017	(r442010)
@@ -46,7 +46,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