svn commit: r528218 - head/mail/libsieve

Baptiste Daroussin bapt at FreeBSD.org
Wed Mar 11 08:21:42 UTC 2020


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


More information about the svn-ports-head mailing list