diff options
author | krion <krion@FreeBSD.org> | 2004-05-11 15:45:37 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-05-11 15:45:37 +0800 |
commit | ad21c202855bfd010736449076995a23629c2f2f (patch) | |
tree | fd3175828e94294f125d51269f428e28920e4a40 /editors/lfhex | |
parent | 9f4b5b20ee478710dcdb1ed8038b3c468c751bbd (diff) | |
download | freebsd-ports-gnome-ad21c202855bfd010736449076995a23629c2f2f.tar.gz freebsd-ports-gnome-ad21c202855bfd010736449076995a23629c2f2f.tar.zst freebsd-ports-gnome-ad21c202855bfd010736449076995a23629c2f2f.zip |
- Fix build
Reported by: bento/dosirak/pointyhat/who_knows by kris
Diffstat (limited to 'editors/lfhex')
-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}" |