aboutsummaryrefslogtreecommitdiffstats
path: root/x11-themes
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2007-04-22 09:24:54 +0800
committerkris <kris@FreeBSD.org>2007-04-22 09:24:54 +0800
commitdc73cbc94dd0ec6790b5914375a10cb99b48a5e0 (patch)
treea12f4d2b284f30f20a40a3ad3432390ee93ee425 /x11-themes
parentda66e854a8c06bcdd260f28d0f1382d61ac2b25b (diff)
downloadfreebsd-ports-gnome-dc73cbc94dd0ec6790b5914375a10cb99b48a5e0.tar.gz
freebsd-ports-gnome-dc73cbc94dd0ec6790b5914375a10cb99b48a5e0.tar.zst
freebsd-ports-gnome-dc73cbc94dd0ec6790b5914375a10cb99b48a5e0.zip
BROKEN: Incorrect objformat handling
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/gtk-flat-theme2/Makefile8
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>