From 623d41052240f464ed2ec6a69b655c3321b33d1b Mon Sep 17 00:00:00 2001 From: Kevin Lo Date: Tue, 19 Feb 2002 02:15:42 +0000 Subject: Add NO_QT_OBJPRELINK=yes, let -CURRENT installs smoothly. Approved by: will --- x11-toolkits/qt23/Makefile | 4 ++++ x11-toolkits/qt30/Makefile | 4 ++++ x11-toolkits/qt31/Makefile | 4 ++++ x11-toolkits/qt32/Makefile | 4 ++++ x11-toolkits/qt33/Makefile | 4 ++++ 5 files changed, 20 insertions(+) (limited to 'x11-toolkits') diff --git a/x11-toolkits/qt23/Makefile b/x11-toolkits/qt23/Makefile index cf6aeed7f474..dc9c66cf6823 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 diff --git a/x11-toolkits/qt30/Makefile b/x11-toolkits/qt30/Makefile index cf6aeed7f474..dc9c66cf6823 100644 --- a/x11-toolkits/qt30/Makefile +++ b/x11-toolkits/qt30/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 diff --git a/x11-toolkits/qt31/Makefile b/x11-toolkits/qt31/Makefile index cf6aeed7f474..dc9c66cf6823 100644 --- a/x11-toolkits/qt31/Makefile +++ b/x11-toolkits/qt31/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 diff --git a/x11-toolkits/qt32/Makefile b/x11-toolkits/qt32/Makefile index cf6aeed7f474..dc9c66cf6823 100644 --- a/x11-toolkits/qt32/Makefile +++ b/x11-toolkits/qt32/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 diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile index cf6aeed7f474..dc9c66cf6823 100644 --- a/x11-toolkits/qt33/Makefile +++ b/x11-toolkits/qt33/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 -- cgit v1.2.3