Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Mar 2020 11:39:42 +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: r528157 - head/devel/msitools
Message-ID:  <202003101139.02ABdgji010794@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Mar 10 11:39:42 2020
New Revision: 528157
URL: https://svnweb.freebsd.org/changeset/ports/528157

Log:
  Remove useless dependency on bison
  
  base byacc is perfectly able to deal with this port

Modified:
  head/devel/msitools/Makefile

Modified: head/devel/msitools/Makefile
==============================================================================
--- head/devel/msitools/Makefile	Tue Mar 10 11:35:09 2020	(r528156)
+++ head/devel/msitools/Makefile	Tue Mar 10 11:39:42 2020	(r528157)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libgcab-1.0.so:archivers/gcab \
 		libuuid.so:misc/e2fsprogs-libuuid
 RUN_DEPENDS=	bash:shells/bash
 
-USES=		bison gmake gnome libtool pkgconfig shebangfix tar:xz
+USES=		bison:alias gmake gnome libtool pkgconfig shebangfix tar:xz
 USE_LDCONFIG=	yes
 USE_GNOME=	glib20 libxml2
 GNU_CONFIGURE=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003101139.02ABdgji010794>