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 /www/rekonq | |
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 'www/rekonq')
-rw-r--r-- | www/rekonq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/rekonq/Makefile b/www/rekonq/Makefile index 2f5b45c08ee4..bea6cc7afb96 100644 --- a/www/rekonq/Makefile +++ b/www/rekonq/Makefile @@ -10,7 +10,7 @@ MAINTAINER= makc@FreeBSD.org COMMENT= Lightweight KDE browser based on WebKit USES= cmake:outsource gettext tar:xz -USE_KDE4= kdehier kdelibs kdeprefix automoc4 +USE_KDE4= kdelibs kdeprefix automoc4 USE_QT4= script webkit \ moc_build qmake_build rcc_build uic_build |