diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/lfhex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/lfhex/Makefile b/editors/lfhex/Makefile index 43eae00fd793..ab9c267199ec 100644 --- a/editors/lfhex/Makefile +++ b/editors/lfhex/Makefile @@ -8,7 +8,7 @@ PORTNAME= lfhex PORTVERSION= 0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors MASTER_SITES= http://stoopidsimple.com/files/ \ http://home.earthlink.net/~eyekode/data/ @@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Large file hex editor USE_QT_VER= 4 -QT_COMPONENTS= corelib gui moc_build qmake_build rcc +QT_COMPONENTS= corelib gui moc_build qmake_build rcc_build USE_BISON= build PORTDOCS= README |