diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2002-02-19 03:27:50 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2002-02-19 03:27:50 +0000 |
commit | 179bc9bd5fb672e60a472fe7507c28115cf920f9 (patch) | |
tree | 178d976b897fb61895a12b51591518175cedd9f9 /x11-toolkits/qt32 | |
parent | Add 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/qt32')
-rw-r--r-- | x11-toolkits/qt32/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |