diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-11 07:45:37 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-11 07:45:37 +0000 |
commit | c7063badd402e2d2fc65c28a4cec54fd1bf97696 (patch) | |
tree | 95135e72de27cdeaa2aa5c5df4f4a008a79e1977 | |
parent | - Fix the tmpfile patch to really include the right bounds for (diff) |
- Fix build
Reported by: bento/dosirak/pointyhat/who_knows by kris
Notes
Notes:
svn path=/head/; revision=108905
-rw-r--r-- | editors/lfhex/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/lfhex/Makefile b/editors/lfhex/Makefile index ca97c4df280b..647f859056bb 100644 --- a/editors/lfhex/Makefile +++ b/editors/lfhex/Makefile @@ -15,6 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Large file hex editor USE_QT_VER= 3 +USE_BISON= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= QTDIR="${QT_PREFIX}" |