diff options
author | makc <makc@FreeBSD.org> | 2015-02-20 02:19:28 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2015-02-20 02:19:28 +0800 |
commit | 019214accae88966a6aec798355e65b98259ef3b (patch) | |
tree | 92dcb2cf6e1bc3b3fd8187c5e4244135ed3b1067 /games | |
parent | 375a08f6e65f1a060223e273b0dbc8b5d19cd3af (diff) | |
download | freebsd-ports-graphics-019214accae88966a6aec798355e65b98259ef3b.tar.gz freebsd-ports-graphics-019214accae88966a6aec798355e65b98259ef3b.tar.zst freebsd-ports-graphics-019214accae88966a6aec798355e65b98259ef3b.zip |
- Remove deprecated USE_KDE4=kdehier
- while here, remove any reference to KDE in deskutils/charmtimetracker (Qt-only app)
and supposedly fix build of graphics/gnash with KDE4 option
Diffstat (limited to 'games')
-rw-r--r-- | games/knights-kde4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/knights-kde4/Makefile b/games/knights-kde4/Makefile index eff56885c82..451e121eb98 100644 --- a/games/knights-kde4/Makefile +++ b/games/knights-kde4/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/gnuchess:${PORTSDIR}/games/gnuchess LICENSE= GPLv2 USES= cmake:outsource tar:bzip2 -USE_KDE4= kdelibs kdehier kdeprefix automoc4 workspace libkdegames +USE_KDE4= kdelibs kdeprefix automoc4 workspace libkdegames USE_QT4= qmake_build moc_build rcc_build uic_build OPTIONS_DEFINE= DOCS NLS |