Date: Fri, 11 Oct 2019 00:49:32 +0000 (UTC) From: "Timur I. Bakeyev" <timur@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514258 - head/net/samba410 Message-ID: <201910110049.x9B0nWog019873@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: timur Date: Fri Oct 11 00:49:31 2019 New Revision: 514258 URL: https://svnweb.freebsd.org/changeset/ports/514258 Log: Fix typo Modified: head/net/samba410/Makefile Modified: head/net/samba410/Makefile ============================================================================== --- head/net/samba410/Makefile Fri Oct 11 00:44:01 2019 (r514257) +++ head/net/samba410/Makefile Fri Oct 11 00:49:31 2019 (r514258) @@ -150,7 +150,7 @@ LIB_DEPENDS+= libpopt.so:devel/popt LIB_DEPENDS+= libinotify.so:devel/libinotify # GNUTLS LIB_DEPENDS+= libgnutls.so:security/gnutls -# NFS4 ACL glue +# NFSv4 ACL glue LIB_DEPENDS+= libsunacl.so:sysutils/libsunacl # Jansson BUILD_DEPENDS+= jansson>=2.10:devel/jansson @@ -416,6 +416,7 @@ SUB_LIST+= SAMBA4_PYTHON="@comment " USES+= python:3.4+ PLIST_SUB+= SAMBA4_PYTHON="" SUB_LIST+= SAMBA4_PYTHON="" +CONFIGURE_ARGS+= --nopycache .if defined(SAMBA4_BUNDLED_TALLOC) && ${SAMBA4_BUNDLED_TALLOC} == yes SAMBA4_BUNDLED_LIBS+= pytalloc-util
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910110049.x9B0nWog019873>