aboutsummaryrefslogtreecommitdiff
path: root/x11-clocks/kdetoys2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-clocks/kdetoys2/Makefile')
-rw-r--r--x11-clocks/kdetoys2/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-clocks/kdetoys2/Makefile b/x11-clocks/kdetoys2/Makefile
index 20ed0ce76568..3c55f0e4e6bd 100644
--- a/x11-clocks/kdetoys2/Makefile
+++ b/x11-clocks/kdetoys2/Makefile
@@ -24,6 +24,12 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-qt-dir=${X11BASE}
USE_GMAKE= yes
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500029
+_NO_KDE_OBJPRELINK=yes
+.endif
+
.include "${.CURDIR}/../../x11/kde2/Makefile.kde"
pre-configure:
@@ -37,4 +43,4 @@ pre-configure:
cd ${WRKSRC} && env PATH=${WRKSRC}/auto-bin:$$PATH \
${GMAKE} -f Makefile.cvs
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>