From 3707485ab35a52b10c50c08c20b822220ba8b6c2 Mon Sep 17 00:00:00 2001 From: kevlo Date: Tue, 19 Feb 2002 03:27:50 +0000 Subject: Fix OSVERSION, bad me. Pointed out by will. --- x11-toolkits/qt23/Makefile | 2 +- x11-toolkits/qt30/Makefile | 2 +- x11-toolkits/qt31/Makefile | 2 +- x11-toolkits/qt32/Makefile | 2 +- x11-toolkits/qt33/Makefile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'x11-toolkits') diff --git a/x11-toolkits/qt23/Makefile b/x11-toolkits/qt23/Makefile index dc9c66cf6823..ad0f26343d63 100644 --- a/x11-toolkits/qt23/Makefile +++ b/x11-toolkits/qt23/Makefile @@ -23,7 +23,7 @@ LIB_DEPENDS= mng.1:${PORTSDIR}/graphics/libmng \ BUILD_DEPENDS= objprelink:${PORTSDIR}/devel/objprelink .endif -.if ${OSVERSION} >= 500000 +.if ${OSVERSION} >= 500029 NO_QT_OBJPRELINK= yes .endif diff --git a/x11-toolkits/qt30/Makefile b/x11-toolkits/qt30/Makefile index dc9c66cf6823..ad0f26343d63 100644 --- a/x11-toolkits/qt30/Makefile +++ b/x11-toolkits/qt30/Makefile @@ -23,7 +23,7 @@ LIB_DEPENDS= mng.1:${PORTSDIR}/graphics/libmng \ BUILD_DEPENDS= objprelink:${PORTSDIR}/devel/objprelink .endif -.if ${OSVERSION} >= 500000 +.if ${OSVERSION} >= 500029 NO_QT_OBJPRELINK= yes .endif diff --git a/x11-toolkits/qt31/Makefile b/x11-toolkits/qt31/Makefile index dc9c66cf6823..ad0f26343d63 100644 --- a/x11-toolkits/qt31/Makefile +++ b/x11-toolkits/qt31/Makefile @@ -23,7 +23,7 @@ LIB_DEPENDS= mng.1:${PORTSDIR}/graphics/libmng \ BUILD_DEPENDS= objprelink:${PORTSDIR}/devel/objprelink .endif -.if ${OSVERSION} >= 500000 +.if ${OSVERSION} >= 500029 NO_QT_OBJPRELINK= yes .endif diff --git a/x11-toolkits/qt32/Makefile b/x11-toolkits/qt32/Makefile index dc9c66cf6823..ad0f26343d63 100644 --- a/x11-toolkits/qt32/Makefile +++ b/x11-toolkits/qt32/Makefile @@ -23,7 +23,7 @@ LIB_DEPENDS= mng.1:${PORTSDIR}/graphics/libmng \ BUILD_DEPENDS= objprelink:${PORTSDIR}/devel/objprelink .endif -.if ${OSVERSION} >= 500000 +.if ${OSVERSION} >= 500029 NO_QT_OBJPRELINK= yes .endif diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile index dc9c66cf6823..ad0f26343d63 100644 --- a/x11-toolkits/qt33/Makefile +++ b/x11-toolkits/qt33/Makefile @@ -23,7 +23,7 @@ LIB_DEPENDS= mng.1:${PORTSDIR}/graphics/libmng \ BUILD_DEPENDS= objprelink:${PORTSDIR}/devel/objprelink .endif -.if ${OSVERSION} >= 500000 +.if ${OSVERSION} >= 500029 NO_QT_OBJPRELINK= yes .endif -- cgit