Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Mar 2020 11:33:35 +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: r528155 - head/devel/libvc
Message-ID:  <202003101133.02ABXZI5010261@repo.freebsd.org>

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

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

Modified:
  head/devel/libvc/Makefile

Modified: head/devel/libvc/Makefile
==============================================================================
--- head/devel/libvc/Makefile	Tue Mar 10 11:28:34 2020	(r528154)
+++ head/devel/libvc/Makefile	Tue Mar 10 11:33:34 2020	(r528155)
@@ -10,7 +10,7 @@ MASTER_SITES=	SF/rolo/${PORTNAME}/${PORTVERSION}
 MAINTAINER=	jgh@FreeBSD.org
 COMMENT=	vCard library
 
-USES=		bison libtool tar:bzip2
+USES=		bison:alias libtool tar:bzip2
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 



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