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 /polish/qnapi | |
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 'polish/qnapi')
-rw-r--r-- | polish/qnapi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polish/qnapi/Makefile b/polish/qnapi/Makefile index 5923a1ba51f4..85c964d93555 100644 --- a/polish/qnapi/Makefile +++ b/polish/qnapi/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= 7z:${PORTSDIR}/archivers/p7zip USES= qmake USE_QT4= corelib gui network xml moc_build uic_build rcc_build -USE_KDE4= kdehier +USE_KDE4= # dummy PLIST_SUB= KDE4=${KDE4_PREFIX:S|${LOCALBASE}/||} QMAKE_ARGS= KDE4_PREFIX=${KDE4_PREFIX} INSTALLS_ICONS= yes |