svn commit: r528157 - head/devel/msitools

Baptiste Daroussin bapt at FreeBSD.org
Tue Mar 10 11:39:43 UTC 2020


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


More information about the svn-ports-head mailing list