1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

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.
This commit is contained in:
Satoshi Asami 2000-02-24 07:03:31 +00:00
parent 8cdbcbd8da
commit 2a9150bf37
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26245

View File

@ -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