diff options
-rw-r--r-- | x11-themes/gtk-flat-theme2/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-themes/gtk-flat-theme2/Makefile b/x11-themes/gtk-flat-theme2/Makefile index ed043551b46c..4f1d6f459b5d 100644 --- a/x11-themes/gtk-flat-theme2/Makefile +++ b/x11-themes/gtk-flat-theme2/Makefile @@ -22,4 +22,10 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gnomehack gtk20 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700029 +BROKEN= Incorrect objformat handling +.endif + +.include <bsd.port.post.mk> |