summaryrefslogtreecommitdiff
path: root/x11-toolkits/qt30
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2002-02-19 03:27:50 +0000
committerKevin Lo <kevlo@FreeBSD.org>2002-02-19 03:27:50 +0000
commit179bc9bd5fb672e60a472fe7507c28115cf920f9 (patch)
tree178d976b897fb61895a12b51591518175cedd9f9 /x11-toolkits/qt30
parentAdd NO_QT_OBJPRELINK=yes, let -CURRENT installs smoothly. (diff)
Fix OSVERSION, bad me. Pointed out by will.
Notes
Notes: svn path=/head/; revision=54878
Diffstat (limited to 'x11-toolkits/qt30')
-rw-r--r--x11-toolkits/qt30/Makefile2
1 files changed, 1 insertions, 1 deletions
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