diff options
Diffstat (limited to 'x11-toolkits/qt23/Makefile')
-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 |