diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-26 19:14:50 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-26 19:14:50 +0000 |
commit | 16876857cc4291ce83cf938fde7ea3a988e9a904 (patch) | |
tree | 013d5544032ff1d740a5f85a5543f8defa71b68a /Mk | |
parent | 170246de076101c9d2c80ccb8474369df32264dc (diff) | |
download | FreeBSD-ports-16876857cc4291ce83cf938fde7ea3a988e9a904.zip FreeBSD-ports-16876857cc4291ce83cf938fde7ea3a988e9a904.tar.gz |
Remove support for Qt3/kde in preparation for full Qt3/kde3 removal
PR: ports/180745
Submitted by: rene
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index ea74223..b6f28c0 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -427,20 +427,11 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org # USE_WX - If set, this port uses the WxWidgets library and related # components. See bsd.wx.mk for more details. ## -# USE_KDEBASE_VER - Set to 3 to use the KDE windowing system. -# Implies inclusion of bsd.kde.mk. -# -# USE_KDELIBS_VER - Set to 3 to use the KDE libraries. -# Implies inclusion of bsd.kde.mk. -# # USE_KDE4 - A list of the KDE4 dependencies the port has (e.g., # kdelibs, kdebase). Implies that the port needs KDE. # Implies inclusion of bsd.kde4.mk. See bsd.kde4.mk # for more details. # -# USE_QT_VER - Set to 3 to use the Qt 3 libraries. -# Implies inclusion of bsd.kde.mk. -# # USE_QT4 - A list of the QT4 dependencies the port has (e.g, # corelib, webkit). Implies that the port needs Qt. # Implies the inclusion of bsd.qt.mk. See bsd.qt.mk @@ -1438,10 +1429,6 @@ PKGCOMPATDIR?= ${LOCALBASE}/lib/compat/pkg .include "${PORTSDIR}/Mk/bsd.apache.mk" .endif -.if (defined(USE_QT_VER) && ${USE_QT_VER:L} == 3) || defined(USE_KDELIBS_VER) || defined(USE_KDEBASE_VER) -.include "${PORTSDIR}/Mk/bsd.kde.mk" -.endif - .if defined(USE_QT4) .include "${PORTSDIR}/Mk/bsd.qt.mk" .endif |