diff options
author | makc <makc@FreeBSD.org> | 2013-11-22 00:09:47 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-11-22 00:09:47 +0800 |
commit | 78f0af6c83d47cbb24ddfba8708d671d54c1889e (patch) | |
tree | 647697027ea69c833013ff28dc0519b0d53b23f6 /editors | |
parent | fb3375018c3847fef03b6f420c10e6d528dcc1d0 (diff) | |
download | freebsd-ports-gnome-78f0af6c83d47cbb24ddfba8708d671d54c1889e.tar.gz freebsd-ports-gnome-78f0af6c83d47cbb24ddfba8708d671d54c1889e.tar.zst freebsd-ports-gnome-78f0af6c83d47cbb24ddfba8708d671d54c1889e.zip |
- Remove now needless qmake_build from USE_QT4
- Get rid of QMAKEFLAGS
- Use globally provided LRELEASE
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} |