diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-26 19:14:50 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-26 19:14:50 +0000 |
commit | eec2cb8d7407c5628cc8016e7349abbee6c98e3f (patch) | |
tree | 013d5544032ff1d740a5f85a5543f8defa71b68a | |
parent | 7eb58ccea83dc5c64ed5984665e687de7a6441ac (diff) |
Notes
-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 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 |