diff options
author | kevlo <kevlo@FreeBSD.org> | 2002-02-19 11:27:50 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2002-02-19 11:27:50 +0800 |
commit | 3707485ab35a52b10c50c08c20b822220ba8b6c2 (patch) | |
tree | cf5cc1c3259c7ac421c9ed9c6042e099f2d3b571 /x11-toolkits/qt33 | |
parent | e994212880bba21d18d29a0fb92870621eb3683a (diff) | |
download | freebsd-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/Makefile | 2 |
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 |