From d04e414e3d8dc156e9c2764ede4eb144d3e572f4 Mon Sep 17 00:00:00 2001 From: steve Date: Sun, 27 Feb 2000 23:07:51 +0000 Subject: This port doesn't build with byacc on -current, so add 'USE_BISON=yes'. --- net/irrtoolset/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'net/irrtoolset') diff --git a/net/irrtoolset/Makefile b/net/irrtoolset/Makefile index 63c8b78c52a9..1bfae84e26f5 100644 --- a/net/irrtoolset/Makefile +++ b/net/irrtoolset/Makefile @@ -15,6 +15,7 @@ MAINTAINER= jfitz@FreeBSD.org LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 +USE_BISON= yes GNU_CONFIGURE= Yes CONFIGURE_ENV= TCL_TK_INCLUDE_DIR="${PREFIX}/include/tcl8.2:${PREFIX}/include/tk8.2" \ TCL_TK_LIBRARY_DIR=${PREFIX}/lib \ -- cgit