diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-11-21 16:09:47 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-11-21 16:09:47 +0000 |
commit | b924964cfa66a7cbdab94872a6b08c7f1e629499 (patch) | |
tree | 647697027ea69c833013ff28dc0519b0d53b23f6 /editors/lfhex/Makefile | |
parent | 189e88416ed0fd619fd4a9b10e5f98bed35f7eed (diff) |
Notes
Diffstat (limited to 'editors/lfhex/Makefile')
-rw-r--r-- | editors/lfhex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/lfhex/Makefile b/editors/lfhex/Makefile index 475bee4bd422..e2b498847e9f 100644 --- a/editors/lfhex/Makefile +++ b/editors/lfhex/Makefile @@ -12,7 +12,7 @@ COMMENT= Large file hex editor LICENSE= GPLv2 -USE_QT4= corelib gui moc_build qmake_build rcc_build +USE_QT4= corelib gui moc_build rcc_build USES= bison qmake WRKSRC= ${WRKDIR}/${DISTNAME}/src |