aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2001-08-20 14:43:58 +0800
committerkris <kris@FreeBSD.org>2001-08-20 14:43:58 +0800
commit326186100e2059fd7f34ce641038f67711a90df1 (patch)
tree93de8dffdbea46cb17267219154524edac822326 /lang
parent81b88ee8b9cd782dd80f157860f7363e97b68771 (diff)
downloadfreebsd-ports-graphics-326186100e2059fd7f34ce641038f67711a90df1.tar.gz
freebsd-ports-graphics-326186100e2059fd7f34ce641038f67711a90df1.tar.zst
freebsd-ports-graphics-326186100e2059fd7f34ce641038f67711a90df1.zip
I think this port requires bison; the configure script allows the build to
proceed without it, but the compilation fails.
Diffstat (limited to 'lang')
-rw-r--r--lang/treecc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/treecc/Makefile b/lang/treecc/Makefile
index 7fcdb3bcd00..707b523839a 100644
--- a/lang/treecc/Makefile
+++ b/lang/treecc/Makefile
@@ -14,6 +14,7 @@ MAINTAINER= ahze@ahze.net
GNU_CONFIGURE= yes
USE_GMAKE= yes
+USE_BISON= yes
MAN1= treecc.1
.include <bsd.port.mk>