Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 May 2017 15:27:45 +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: r442010 - head/multimedia/zoneminder
Message-ID:  <201705291527.v4TFRjkw057298@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705291527.v4TFRjkw057298>