diff options
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gtk-cleanice-engine/Makefile | 8 | ||||
-rw-r--r-- | x11-themes/gtk-smooth-engine/Makefile | 4 |
2 files changed, 11 insertions, 1 deletions
diff --git a/x11-themes/gtk-cleanice-engine/Makefile b/x11-themes/gtk-cleanice-engine/Makefile index cb822710ad5c..0f0c1f444c73 100644 --- a/x11-themes/gtk-cleanice-engine/Makefile +++ b/x11-themes/gtk-cleanice-engine/Makefile @@ -37,4 +37,10 @@ post-install: ${INSTALL_DATA} ${THEMEDIR}/cleanice-dark/gtkrc \ ${PREFIX}/share/themes/CleanIce-Dark/gtk-2.0 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700029 +BROKEN= Incorrect objformat handling +.endif + +.include <bsd.port.post.mk> diff --git a/x11-themes/gtk-smooth-engine/Makefile b/x11-themes/gtk-smooth-engine/Makefile index b68a696440be..f16971285f06 100644 --- a/x11-themes/gtk-smooth-engine/Makefile +++ b/x11-themes/gtk-smooth-engine/Makefile @@ -24,6 +24,10 @@ CONFLICTS= gtk-engines2-[0-9]* .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700029 +BROKEN= Incorrect objformat handling +.endif + .if ${HAVE_GNOME:Mgtk20}!="" WITH_GTK2= yes .endif |