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 /german | |
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 'german')
-rw-r--r-- | german/tipp10/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/german/tipp10/Makefile b/german/tipp10/Makefile index acf2cbbb5ee8..8bc55dd063a7 100644 --- a/german/tipp10/Makefile +++ b/german/tipp10/Makefile @@ -18,7 +18,7 @@ USES= qmake dos2unix DOS2UNIX_GLOB= *.pro *.cpp USE_ZIP= yes USE_QT4= gui sql corelib network script qtestlib \ - qmake_build rcc_build uic_build moc_build \ + rcc_build uic_build moc_build \ sql-sqlite2_run sql-sqlite3_run QMAKE_ARGS+= DATADIR="${DATADIR}" WRKSRC= ${WRKDIR}/tipp10_source_v2-1-0 |