diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-05-29 15:27:45 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-05-29 15:27:45 +0000 |
commit | 951753820352ee5dd664f6cbdffce6c51ce7ba20 (patch) | |
tree | 7efbbc230e14079d67c5e827b898840d4d5ba620 /multimedia/zoneminder | |
parent | Fix OPTIONS_DEFAULT: remove IPV6 which is added by framework (diff) |
Fix OPTIONS_DEFAULT: remove NLS which is added by framework
Approved by: portmgr (blanket)
Notes
Notes:
svn path=/head/; revision=442010
Diffstat (limited to 'multimedia/zoneminder')
-rw-r--r-- | multimedia/zoneminder/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/multimedia/zoneminder/Makefile b/multimedia/zoneminder/Makefile index 5c67e74dea8b..75c3651a4677 100644 --- a/multimedia/zoneminder/Makefile +++ b/multimedia/zoneminder/Makefile @@ -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}" |