summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-07-21 16:05:58 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-07-21 16:05:58 +0000
commit9501f7f65ea12392e0b22f7ff07a7219495c6706 (patch)
tree8a0da7c85246982c4bc36b36680e9a425f816e33 /Mk
parentUpdate to 2.6.3. (diff)
Merge from KDE-FreeBSD Repo:
Garbage collect USE_QT2, which was renamed to USE_QT_VER= 2 a looong time ago.
Notes
Notes: svn path=/head/; revision=85306
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.kde.mk5
-rw-r--r--Mk/bsd.kde4.mk5
2 files changed, 0 insertions, 10 deletions
diff --git a/Mk/bsd.kde.mk b/Mk/bsd.kde.mk
index 421977c9d355..47e6493947f8 100644
--- a/Mk/bsd.kde.mk
+++ b/Mk/bsd.kde.mk
@@ -33,11 +33,6 @@ USE_QT_VER= 2
pre-everything::
@${ECHO} ">>> Warning: this port needs to be updated as it uses the old-style USE_QT variable!"
.endif # defined(USE_QT)
-.if defined(USE_QT2)
-USE_QT_VER= 2
-pre-everything::
- @${ECHO} ">>> Warning: this port needs to be updated as it uses the old-style USE_QT2 variable!"
-.endif # defined(USE_QT2)
# tagged MASTER_SITE_KDE_kde
kmaster= ${MASTER_SITE_KDE:S@%/@%/:kde@g}
diff --git a/Mk/bsd.kde4.mk b/Mk/bsd.kde4.mk
index 421977c9d355..47e6493947f8 100644
--- a/Mk/bsd.kde4.mk
+++ b/Mk/bsd.kde4.mk
@@ -33,11 +33,6 @@ USE_QT_VER= 2
pre-everything::
@${ECHO} ">>> Warning: this port needs to be updated as it uses the old-style USE_QT variable!"
.endif # defined(USE_QT)
-.if defined(USE_QT2)
-USE_QT_VER= 2
-pre-everything::
- @${ECHO} ">>> Warning: this port needs to be updated as it uses the old-style USE_QT2 variable!"
-.endif # defined(USE_QT2)
# tagged MASTER_SITE_KDE_kde
kmaster= ${MASTER_SITE_KDE:S@%/@%/:kde@g}