diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-02-24 07:03:31 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-02-24 07:03:31 +0000 |
commit | 2a9150bf375ae8c82e10edcdb147e7ab10e731d4 (patch) | |
tree | e4d4cafa653aa3471e3724fba1d56f3888df627b /Mk | |
parent | 8cdbcbd8da2202d7613f2bafba11193392f748e8 (diff) | |
download | ports-2a9150bf375ae8c82e10edcdb147e7ab10e731d4.tar.gz ports-2a9150bf375ae8c82e10edcdb147e7ab10e731d4.zip |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 5 |
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 |