aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/qt33
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2002-02-19 11:27:50 +0800
committerkevlo <kevlo@FreeBSD.org>2002-02-19 11:27:50 +0800
commit3707485ab35a52b10c50c08c20b822220ba8b6c2 (patch)
treecf5cc1c3259c7ac421c9ed9c6042e099f2d3b571 /x11-toolkits/qt33
parente994212880bba21d18d29a0fb92870621eb3683a (diff)
downloadfreebsd-ports-gnome-3707485ab35a52b10c50c08c20b822220ba8b6c2.tar.gz
freebsd-ports-gnome-3707485ab35a52b10c50c08c20b822220ba8b6c2.tar.zst
freebsd-ports-gnome-3707485ab35a52b10c50c08c20b822220ba8b6c2.zip
Fix OSVERSION, bad me. Pointed out by will.
Diffstat (limited to 'x11-toolkits/qt33')
-rw-r--r--x11-toolkits/qt33/Makefile2
1 files changed, 1 insertions, 1 deletions
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