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 /net-im | |
parent | 375a08f6e65f1a060223e273b0dbc8b5d19cd3af (diff) | |
download | freebsd-ports-graphics-019214accae88966a6aec798355e65b98259ef3b.tar.gz freebsd-ports-graphics-019214accae88966a6aec798355e65b98259ef3b.tar.zst freebsd-ports-graphics-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 'net-im')
-rw-r--r-- | net-im/ekiga/Makefile | 2 | ||||
-rw-r--r-- | net-im/kmess-kde4/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-im/ekiga/Makefile b/net-im/ekiga/Makefile index 6c8165d2bff..b02bf57b76d 100644 --- a/net-im/ekiga/Makefile +++ b/net-im/ekiga/Makefile @@ -51,7 +51,7 @@ LOUDMOUTH_DESC= XMPP (jabber) support PLIST_SUB+= VERSION=${PORTVERSION} .if ${PORT_OPTIONS:MKDE} || ${PORT_OPTIONS:MKAB} -USE_KDE4= kdehier kdelibs +USE_KDE4= kdelibs USE_QT4= corelib CONFIGURE_ARGS+=--enable-kde #CONFIGURE_ENV+=KDE_CFLAGS="-I${KDE4_PREFIX}/include -I${QT_INCDIR} \ diff --git a/net-im/kmess-kde4/Makefile b/net-im/kmess-kde4/Makefile index 01e69b49baf..3970c0e8558 100644 --- a/net-im/kmess-kde4/Makefile +++ b/net-im/kmess-kde4/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libqca.so:${PORTSDIR}/devel/qca LATEST_LINK= ${PORTNAME}-kde4 USE_GNOME= libxml2 libxslt -USE_KDE4= kdehier kdeprefix kdelibs libkonq automoc4 +USE_KDE4= kdeprefix kdelibs libkonq automoc4 USE_QT4= qmake_build moc_build rcc_build uic_build USES= cmake gettext tar:bzip2 |