diff options
Diffstat (limited to 'graphics/kdegraphics4/Makefile')
-rw-r--r-- | graphics/kdegraphics4/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/graphics/kdegraphics4/Makefile b/graphics/kdegraphics4/Makefile index 29147602fc45..7e907f21dd23 100644 --- a/graphics/kdegraphics4/Makefile +++ b/graphics/kdegraphics4/Makefile @@ -26,10 +26,15 @@ GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS+=--without-kamera -.include "${.CURDIR}/../../x11/kde2/Makefile.kde" .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 500029 +_NO_KDE_OBJPRELINK=yes +.endif + +.include "${.CURDIR}/../../x11/kde2/Makefile.kde" + # temporarily disable kamera, it requires gphoto2 PLIST_SUB+= KAMERA="@comment " |