diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-08-20 06:43:58 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-08-20 06:43:58 +0000 |
commit | 32acbd3b5bd6dc40ada7203eb90ee3f29795952a (patch) | |
tree | 5ebe3d9501b907c917b718a2892ed9ff5101cd44 /lang/treecc | |
parent | Fix problem with PKGNAMEPREFIX set (diff) |
I think this port requires bison; the configure script allows the build to
proceed without it, but the compilation fails.
Notes
Notes:
svn path=/head/; revision=46507
Diffstat (limited to 'lang/treecc')
-rw-r--r-- | lang/treecc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/treecc/Makefile b/lang/treecc/Makefile index 7fcdb3bcd003..707b523839ab 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> |