diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2002-11-21 00:10:55 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2002-11-21 00:10:55 +0000 |
commit | 4e1c9bed6a6f2b24937dcc76cb5c2e6525ebe43f (patch) | |
tree | cf2e3bacb5a4b0ea57fdfd8874da215faa4a5369 /lang/hugs | |
parent | Add two more little patches to fix warnings. One of the warnings was causing (diff) |
Add USE_BISON.
Pointed out by: kris
Notes
Notes:
svn path=/head/; revision=70620
Diffstat (limited to 'lang/hugs')
-rw-r--r-- | lang/hugs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/hugs/Makefile b/lang/hugs/Makefile index 34de8702cc1b..3907dfeb561f 100644 --- a/lang/hugs/Makefile +++ b/lang/hugs/Makefile @@ -17,6 +17,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src HUGS_DATE= Nov2002 USE_REINPLACE= yes +USE_BISON= yes CONFIGURE_ARGS+= --prefix=${PREFIX} --enable-ffi ALL_TARGET= default ffihugs |