aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/libgfx
diff options
context:
space:
mode:
authorsat <sat@FreeBSD.org>2006-09-01 16:49:19 +0800
committersat <sat@FreeBSD.org>2006-09-01 16:49:19 +0800
commitd74d33c47de8b4f10a220eedf915c954bdcb8f1d (patch)
treeac0ab556e64dea29b27e05e71f0bddf7a5d40dfd /graphics/libgfx
parent3fb710191afabc7892a289df1038ee63d3d85e0b (diff)
downloadfreebsd-ports-gnome-d74d33c47de8b4f10a220eedf915c954bdcb8f1d.tar.gz
freebsd-ports-gnome-d74d33c47de8b4f10a220eedf915c954bdcb8f1d.tar.zst
freebsd-ports-gnome-d74d33c47de8b4f10a220eedf915c954bdcb8f1d.zip
- Mark broken on 4.x
Reported by: pointyhat via kris
Diffstat (limited to 'graphics/libgfx')
-rw-r--r--graphics/libgfx/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/libgfx/Makefile b/graphics/libgfx/Makefile
index 85f0d4468c01..a2068e9a6bda 100644
--- a/graphics/libgfx/Makefile
+++ b/graphics/libgfx/Makefile
@@ -33,4 +33,10 @@ do-install:
@${CP} -R ${WRKSRC}/include/gfx ${PREFIX}/include/
@${INSTALL_DATA} ${WRKSRC}/src/${PORTNAME}.a ${PREFIX}/lib/
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= does not compile on 4.x
+.endif
+
+.include <bsd.port.post.mk>