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 /textproc | |
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 'textproc')
-rw-r--r-- | textproc/dikt/Makefile | 2 | ||||
-rw-r--r-- | textproc/uim-kde4/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/textproc/dikt/Makefile b/textproc/dikt/Makefile index 258f24bf9e05..b8eb64270986 100644 --- a/textproc/dikt/Makefile +++ b/textproc/dikt/Makefile @@ -12,7 +12,7 @@ MAINTAINER= goran.tal@gmail.com COMMENT= Dictionary for KDE4 -USE_KDE4= kdelibs kdeprefix kdehier automoc4 +USE_KDE4= kdelibs kdeprefix automoc4 USE_QT4= corelib gui network svg xml \ qmake_build moc_build rcc_build uic_build USES= cmake tar:xz diff --git a/textproc/uim-kde4/Makefile b/textproc/uim-kde4/Makefile index 6dd1d115abb5..ed33f95e5166 100644 --- a/textproc/uim-kde4/Makefile +++ b/textproc/uim-kde4/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libuim.so:${PORTSDIR}/textproc/uim RUN_DEPENDS= uim-pref-qt4:${PORTSDIR}/textproc/uim-qt4 USE_GCC= any -USE_KDE4= kdehier kdeprefix kdelibs automoc4 +USE_KDE4= kdeprefix kdelibs automoc4 USE_QT4= qmake_build moc_build qt3support uic rcc MASTERDIR= ${.CURDIR}/../../textproc/uim |