svn commit: r323747 - head/Mk
Baptiste Daroussin
bapt at FreeBSD.org
Fri Jul 26 19:14:50 UTC 2013
Author: bapt
Date: Fri Jul 26 19:14:50 2013
New Revision: 323747
URL: http://svnweb.freebsd.org/changeset/ports/323747
Log:
Remove support for Qt3/kde in preparation for full Qt3/kde3 removal
PR: ports/180745
Submitted by: rene
Modified:
head/Mk/bsd.port.mk
Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk Fri Jul 26 19:00:01 2013 (r323746)
+++ head/Mk/bsd.port.mk Fri Jul 26 19:14:50 2013 (r323747)
@@ -427,20 +427,11 @@ FreeBSD_MAINTAINER= portmgr at 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/
.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
More information about the svn-ports-head
mailing list