svn commit: r528155 - head/devel/libvc

Baptiste Daroussin bapt at FreeBSD.org
Tue Mar 10 11:33:35 UTC 2020


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 at FreeBSD.org
 COMMENT=	vCard library
 
-USES=		bison libtool tar:bzip2
+USES=		bison:alias libtool tar:bzip2
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 


More information about the svn-ports-all mailing list