svn commit: r412142 - head/net/unfs3

Baptiste Daroussin bapt at FreeBSD.org
Tue Mar 29 23:39:20 UTC 2016


Author: bapt
Date: Tue Mar 29 23:39:19 2016
New Revision: 412142
URL: https://svnweb.freebsd.org/changeset/ports/412142

Log:
  Replace bison dependency with byacc

Modified:
  head/net/unfs3/Makefile

Modified: head/net/unfs3/Makefile
==============================================================================
--- head/net/unfs3/Makefile	Tue Mar 29 23:20:33 2016	(r412141)
+++ head/net/unfs3/Makefile	Tue Mar 29 23:39:19 2016	(r412142)
@@ -13,9 +13,11 @@ COMMENT=	User-space implementation of th
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		autoreconf bison
+USES=		autoreconf
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
+CONFIGURE_ENV=	YACC=byacc
+BUILD_DEPENDS=	byacc:devel/byacc
 
 PLIST_FILES=	sbin/unfsd man/man7/tags.7.gz man/man8/unfsd.8.gz
 


More information about the svn-ports-all mailing list