From 7544f5b40b76a74241e33c9a4df93a9bdf1a5441 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Wed, 11 Mar 2020 08:21:40 +0000 Subject: [PATCH] Depend on base byacc instead of GNU bison --- mail/libsieve/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/libsieve/Makefile b/mail/libsieve/Makefile index 3950147b241d..8a7a0bce4017 100644 --- a/mail/libsieve/Makefile +++ b/mail/libsieve/Makefile @@ -15,7 +15,7 @@ LICENSE= LGPL21 USE_GITHUB= yes GH_ACCOUNT= sodabrew -USES= bison gmake libtool pathfix +USES= bison:alias gmake libtool pathfix GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes