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 /games/spellathon/Makefile | |
parent | 189e88416ed0fd619fd4a9b10e5f98bed35f7eed (diff) |
- Remove now needless qmake_build from USE_QT4
- Get rid of QMAKEFLAGS
- Use globally provided LRELEASE
Notes
Notes:
svn path=/head/; revision=334499
Diffstat (limited to 'games/spellathon/Makefile')
-rw-r--r-- | games/spellathon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/spellathon/Makefile b/games/spellathon/Makefile index 4bad8c8372d9..7049893c2ef1 100644 --- a/games/spellathon/Makefile +++ b/games/spellathon/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs \ CXXFLAGS+= -fPIC USES= gettext iconv qmake USE_GNOME= glib20 -USE_QT4= corelib gui moc_build qmake_build rcc_build uic_build +USE_QT4= corelib gui moc_build rcc_build uic_build USE_XORG= ice sm x11 xau xcb xdmcp xext xrender USE_LDCONFIG= yes |