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 /graphics/kiconedit | |
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 'graphics/kiconedit')
-rw-r--r-- | graphics/kiconedit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/kiconedit/Makefile b/graphics/kiconedit/Makefile index 454fbd04653f..83443c48cb5d 100644 --- a/graphics/kiconedit/Makefile +++ b/graphics/kiconedit/Makefile @@ -10,7 +10,7 @@ DIST_SUBDIR= KDE/extragear MAINTAINER= kde@FreeBSD.org COMMENT= KDE icon editor -USE_KDE4= kdelibs kdeprefix kdehier automoc4 +USE_KDE4= kdelibs kdeprefix automoc4 USE_QT4= corelib qmake_build moc_build rcc_build uic_build USES= cmake gettext tar:bzip2 |