From abd435124968ff9d0963ed9093d6584cf5bffb89 Mon Sep 17 00:00:00 2001 From: Xavier Beaudouin Date: Mon, 23 Jun 2025 12:06:32 +0200 Subject: [PATCH] net/samba420: added bison dependency --- net/samba420/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net/samba420/Makefile b/net/samba420/Makefile index 182c270..ec76495 100644 --- a/net/samba420/Makefile +++ b/net/samba420/Makefile @@ -1,6 +1,6 @@ PORTNAME= ${SAMBA4_BASENAME}420 PORTVERSION= ${SAMBA4_VERSION} -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES?= net MASTER_SITES= SAMBA/samba/stable SAMBA/samba/rc DISTNAME= ${SAMBA4_DISTNAME} @@ -100,7 +100,8 @@ CONFIGURE_ENV= PTHREAD_LDFLAGS="-lpthread" \ MAKE_ENV= PYTHONHASHSEED=1 USES= compiler:c++11-lang iconv localbase:ldflags \ - perl5 pkgconfig shebangfix waf gettext-runtime + perl5 pkgconfig shebangfix waf gettext-runtime \ + bison USE_PERL5= build USE_LDCONFIG= ${SAMBA4_LIBDIR} WAF_CMD= buildtools/bin/waf