diff options
author | kevlo <kevlo@FreeBSD.org> | 2002-02-19 02:15:42 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2002-02-19 02:15:42 +0000 |
commit | e994212880bba21d18d29a0fb92870621eb3683a (patch) | |
tree | cf434a1f4ea3bbd94f6f560e1ba9cb22c900e82b /x11-toolkits/qt23 | |
parent | 516e47b9b9527789431b38dd547053aaa635e731 (diff) | |
download | FreeBSD-ports-e994212880bba21d18d29a0fb92870621eb3683a.zip FreeBSD-ports-e994212880bba21d18d29a0fb92870621eb3683a.tar.gz |
Add NO_QT_OBJPRELINK=yes, let -CURRENT installs smoothly.
Approved by: will
Diffstat (limited to 'x11-toolkits/qt23')
-rw-r--r-- | x11-toolkits/qt23/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-toolkits/qt23/Makefile b/x11-toolkits/qt23/Makefile index cf6aeed..dc9c66c 100644 --- a/x11-toolkits/qt23/Makefile +++ b/x11-toolkits/qt23/Makefile @@ -23,6 +23,10 @@ LIB_DEPENDS= mng.1:${PORTSDIR}/graphics/libmng \ BUILD_DEPENDS= objprelink:${PORTSDIR}/devel/objprelink .endif +.if ${OSVERSION} >= 500000 +NO_QT_OBJPRELINK= yes +.endif + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_MESA= yes USE_GMAKE= yes |