Date: Tue, 29 Mar 2016 23:39:19 +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: r412142 - head/net/unfs3 Message-ID: <201603292339.u2TNdJOh004710@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603292339.u2TNdJOh004710>