aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/qt23
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2002-02-19 02:15:42 +0000
committerKevin Lo <kevlo@FreeBSD.org>2002-02-19 02:15:42 +0000
commit623d41052240f464ed2ec6a69b655c3321b33d1b (patch)
tree583ce9285b25e9482a63a7362fa198af00fb621a /x11-toolkits/qt23
parent0ef62b9ca7ec74687d199ab0f70caf8ce98858c5 (diff)
downloadports-623d41052240f464ed2ec6a69b655c3321b33d1b.tar.gz
ports-623d41052240f464ed2ec6a69b655c3321b33d1b.zip
Add NO_QT_OBJPRELINK=yes, let -CURRENT installs smoothly.
Approved by: will
Notes
Notes: svn path=/head/; revision=54877
Diffstat (limited to 'x11-toolkits/qt23')
-rw-r--r--x11-toolkits/qt23/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-toolkits/qt23/Makefile b/x11-toolkits/qt23/Makefile
index cf6aeed7f474..dc9c66cf6823 100644
--- a/x11-toolkits/qt23/Makefile
+++ b/x11-toolkits/qt23/Makefile
@@ -23,6 +23,10 @@ LIB_DEPENDS= mng.1:${PORTSDIR}/graphics/libmng \
BUILD_DEPENDS= objprelink:${PORTSDIR}/devel/objprelink
.endif
+.if ${OSVERSION} >= 500000
+NO_QT_OBJPRELINK= yes
+.endif
+
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_MESA= yes
USE_GMAKE= yes