aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/fluxbox-devel/Makefile
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2006-04-01 05:22:58 +0800
committermezz <mezz@FreeBSD.org>2006-04-01 05:22:58 +0800
commit228fcda99314c719387282f33b0951bada9d51aa (patch)
treee0a97dcbd63d297167bc3c0d87a68ec3162376a1 /x11-wm/fluxbox-devel/Makefile
parent3034511677e1dedc3483ad374fef7186c34c168e (diff)
downloadfreebsd-ports-gnome-228fcda99314c719387282f33b0951bada9d51aa.tar.gz
freebsd-ports-gnome-228fcda99314c719387282f33b0951bada9d51aa.tar.zst
freebsd-ports-gnome-228fcda99314c719387282f33b0951bada9d51aa.zip
Mark it as broke on FreeBSD 4.x; it doesn't build. I don't support
FreeBSD 4.x, but any patch is welcome as long it doesn't break FreeBSD 5.x and above. Reported by: krismail
Diffstat (limited to 'x11-wm/fluxbox-devel/Makefile')
-rw-r--r--x11-wm/fluxbox-devel/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-wm/fluxbox-devel/Makefile b/x11-wm/fluxbox-devel/Makefile
index 6057a74e9a9c..30d469e5acc0 100644
--- a/x11-wm/fluxbox-devel/Makefile
+++ b/x11-wm/fluxbox-devel/Makefile
@@ -110,6 +110,10 @@ CONFIGURE_ARGS+= --disable-xrender
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 500000
+BROKEN= Does not build on 4.X
+.endif
+
.if ${HAVE_GNOME:Mlibgnome}!="" || defined(PACKAGE_BUILDING)
CONFIGURE_ARGS+= --enable-gnome
.else