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 | |
parent | 189e88416ed0fd619fd4a9b10e5f98bed35f7eed (diff) |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/lfhex/Makefile | 2 | ||||
-rw-r--r-- | editors/textroom/Makefile | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/editors/textroom/Makefile b/editors/textroom/Makefile index 612f1ec0fa2f..5b3b72f066de 100644 --- a/editors/textroom/Makefile +++ b/editors/textroom/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell \ USES= qmake shared-mime-info USE_SDL= mixer -USE_QT4= moc_build qmake_build rcc_build uic_build corelib gui xml \ +USE_QT4= moc_build rcc_build uic_build corelib gui xml \ svg opengl qt3support QMAKE_ARGS= LOCALBASE=${LOCALBASE} |