Date: Wed, 11 Mar 2020 08:21:40 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r528218 - head/mail/libsieve Message-ID: <202003110821.02B8LeQT060514@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Wed Mar 11 08:21:40 2020 New Revision: 528218 URL: https://svnweb.freebsd.org/changeset/ports/528218 Log: Depend on base byacc instead of GNU bison Modified: head/mail/libsieve/Makefile Modified: head/mail/libsieve/Makefile ============================================================================== --- head/mail/libsieve/Makefile Wed Mar 11 08:10:05 2020 (r528217) +++ head/mail/libsieve/Makefile Wed Mar 11 08:21:40 2020 (r528218) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003110821.02B8LeQT060514>