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 /finance | |
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 'finance')
-rw-r--r-- | finance/qhacc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/finance/qhacc/Makefile b/finance/qhacc/Makefile index 7d9ec91ace21..b01e78a00d4a 100644 --- a/finance/qhacc/Makefile +++ b/finance/qhacc/Makefile @@ -17,8 +17,7 @@ LIB_DEPENDS= libqwt6.so:${PORTSDIR}/x11-toolkits/qwt6 OPTIONS_DEFINE= DOCS USES= qmake:norecursive -USE_QT4= corelib gui sql moc_build qmake_build rcc_build uic_build -QMAKE_ARGS= ${QMAKEFLAGS} +USE_QT4= corelib gui sql moc_build rcc_build uic_build USE_GCC= yes USE_LDCONFIG= yes |