summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-02-24 07:03:31 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-02-24 07:03:31 +0000
commit2a9150bf375ae8c82e10edcdb147e7ab10e731d4 (patch)
treee4d4cafa653aa3471e3724fba1d56f3888df627b /Mk
parentBump shlib versions of kdelibs11 and kdesupport11. (diff)
Switch USE_QT to qt145. Add USE_NEWGCC to be consistent with it.
While I'm here, bump the mk version, we've changed quite a bit recently.
Notes
Notes: svn path=/head/; revision=26245
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 4ce08012e385..35328c4d948c 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -667,7 +667,8 @@ MANCOMPRESSED?= no
.endif
.if defined(USE_QT)
-LIB_DEPENDS+= qt.2:${PORTSDIR}/x11-toolkits/qt142
+LIB_DEPENDS+= qt.3:${PORTSDIR}/x11-toolkits/qt145
+USE_NEWGCC= yes
.endif
.if defined(USE_QT2)
@@ -1317,7 +1318,7 @@ _MANPAGES:= ${_MANPAGES:S/$/.gz/}
.if ${OSVERSION} >= 300000
# You need an upgrade kit or make world newer than this
-BSDPORTMKVERSION= 19990501
+BSDPORTMKVERSION= 20000201
.if exists(/var/db/port.mkversion)
VERSIONFILE= /var/db/port.mkversion
.else