svn commit: r412143 - head/devel/libmimedir

Baptiste Daroussin bapt at FreeBSD.org
Tue Mar 29 23:42:26 UTC 2016


Author: bapt
Date: Tue Mar 29 23:42:25 2016
New Revision: 412143
URL: https://svnweb.freebsd.org/changeset/ports/412143

Log:
  Prefer byacc over bison

Modified:
  head/devel/libmimedir/Makefile

Modified: head/devel/libmimedir/Makefile
==============================================================================
--- head/devel/libmimedir/Makefile	Tue Mar 29 23:39:19 2016	(r412142)
+++ head/devel/libmimedir/Makefile	Tue Mar 29 23:42:25 2016	(r412143)
@@ -10,8 +10,10 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Library for parsing RFC2425 MIME Directory Profile information
 
-USES=		bison desthack libtool
+USES=		desthack libtool
 GNU_CONFIGURE=	yes
+CONFIGURE_ENV=	YACC=byacc
+BUILD_DEPENDS=	byacc:devel/byacc
 USE_LDCONFIG=	yes
 
 MAKE_JOBS_UNSAFE=yes


More information about the svn-ports-head mailing list