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 /games/spellathon | |
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 'games/spellathon')
-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 |