From eec2cb8d7407c5628cc8016e7349abbee6c98e3f Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Fri, 26 Jul 2013 19:14:50 +0000 Subject: Remove support for Qt3/kde in preparation for full Qt3/kde3 removal PR: ports/180745 Submitted by: rene --- Mk/bsd.port.mk | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index ea74223cb71c..b6f28c014a6c 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 -- cgit v1.2.3