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 /x11-themes/kde4-windeco-crystal/Makefile | |
parent | 375a08f6e65f1a060223e273b0dbc8b5d19cd3af (diff) | |
download | freebsd-ports-gnome-019214accae88966a6aec798355e65b98259ef3b.tar.gz freebsd-ports-gnome-019214accae88966a6aec798355e65b98259ef3b.tar.zst freebsd-ports-gnome-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 'x11-themes/kde4-windeco-crystal/Makefile')
-rw-r--r-- | x11-themes/kde4-windeco-crystal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-themes/kde4-windeco-crystal/Makefile b/x11-themes/kde4-windeco-crystal/Makefile index b28aa7be35c3..785262ad24d7 100644 --- a/x11-themes/kde4-windeco-crystal/Makefile +++ b/x11-themes/kde4-windeco-crystal/Makefile @@ -14,7 +14,7 @@ COMMENT= Transparent KDE window decoration LICENSE= GPLv2 -USE_KDE4= kdelibs kdehier kdeprefix automoc4 workspace +USE_KDE4= kdelibs kdeprefix automoc4 workspace USE_QT4= qmake_build moc_build rcc_build uic_build \ corelib gui qt3support USES= cmake:outsource tar:bzip2 |