diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-07-21 16:05:58 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-07-21 16:05:58 +0000 |
commit | 9501f7f65ea12392e0b22f7ff07a7219495c6706 (patch) | |
tree | 8a0da7c85246982c4bc36b36680e9a425f816e33 /Mk | |
parent | 08ab6f57fae63f789ba42b6a403598c4d782bcaa (diff) | |
download | ports-9501f7f65ea12392e0b22f7ff07a7219495c6706.tar.gz ports-9501f7f65ea12392e0b22f7ff07a7219495c6706.zip |
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.mk | 5 | ||||
-rw-r--r-- | Mk/bsd.kde4.mk | 5 |
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} |