diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-05-29 23:27:45 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-05-29 23:27:45 +0800 |
commit | e2164ecafa600f2faffb48515ce50e56cb1840c1 (patch) | |
tree | 7efbbc230e14079d67c5e827b898840d4d5ba620 /multimedia | |
parent | 1281fb7b29d39670eeb82e8fe551bb38c3b06ee2 (diff) | |
download | freebsd-ports-gnome-e2164ecafa600f2faffb48515ce50e56cb1840c1.tar.gz freebsd-ports-gnome-e2164ecafa600f2faffb48515ce50e56cb1840c1.tar.zst freebsd-ports-gnome-e2164ecafa600f2faffb48515ce50e56cb1840c1.zip |
Fix OPTIONS_DEFAULT: remove NLS which is added by framework
Approved by: portmgr (blanket)
Diffstat (limited to 'multimedia')
-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}" |