diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2015-02-20 02:19:28 +0800 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2015-02-20 02:19:28 +0800 |
commit | b22224f63683ef3ddcda9b3c1422c1fe2d3d2a9e (patch) | |
tree | 92dcb2cf6e1bc3b3fd8187c5e4244135ed3b1067 /net-im/ekiga | |
parent | 0f049ac5e17ad6ce8c1abca184d9fda28ffb1efd (diff) | |
download | freebsd-ports-gnome-b22224f63683ef3ddcda9b3c1422c1fe2d3d2a9e.tar.gz freebsd-ports-gnome-b22224f63683ef3ddcda9b3c1422c1fe2d3d2a9e.tar.zst freebsd-ports-gnome-b22224f63683ef3ddcda9b3c1422c1fe2d3d2a9e.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/ekiga')
-rw-r--r-- | net-im/ekiga/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/ekiga/Makefile b/net-im/ekiga/Makefile index 6c8165d2bff0..b02bf57b76db 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} \ |