diff options
Diffstat (limited to 'net/samba4/Makefile')
-rw-r--r-- | net/samba4/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/samba4/Makefile b/net/samba4/Makefile index 5bae42b11d1..20d14d44278 100644 --- a/net/samba4/Makefile +++ b/net/samba4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2019/03/20 19:09:10 adam Exp $ +# $NetBSD: Makefile,v 1.63 2019/03/27 06:28:05 adam Exp $ DISTNAME= samba-4.10.0 CATEGORIES= net @@ -11,6 +11,8 @@ LICENSE= gnu-gpl-v3 CONFLICTS+= ja-samba-[0-9]* winbind-[0-9]* +PYTHON_VERSIONS_INCOMPATIBLE= 27 + GCC_REQD+= 4.4 BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt BUILD_DEPENDS+= docbook-xml-[0-9]*:../../textproc/docbook-xml |