aboutsummaryrefslogtreecommitdiffstats
path: root/x11/libXrender
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-02-07 14:40:29 +0800
committerkris <kris@FreeBSD.org>2004-02-07 14:40:29 +0800
commit2281f8007b4b5975da2f5a306689f9989ae65bc2 (patch)
treee003bb0afc36dfaa5500603204113b0a518322a8 /x11/libXrender
parente7f9db074ba0adc47d225bc38af462fb801dbe6c (diff)
downloadfreebsd-ports-gnome-2281f8007b4b5975da2f5a306689f9989ae65bc2.tar.gz
freebsd-ports-gnome-2281f8007b4b5975da2f5a306689f9989ae65bc2.tar.zst
freebsd-ports-gnome-2281f8007b4b5975da2f5a306689f9989ae65bc2.zip
BROKEN on 5.x: configure fails
Diffstat (limited to 'x11/libXrender')
-rw-r--r--x11/libXrender/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11/libXrender/Makefile b/x11/libXrender/Makefile
index 586fba8b2f33..78694687d247 100644
--- a/x11/libXrender/Makefile
+++ b/x11/libXrender/Makefile
@@ -29,4 +29,10 @@ CFLAGS+= -DMALLOC_0_RETURNS_NULL
INSTALLS_SHLIB= yes
USE_GNOME= gnomehack pkgconfig
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502000
+BROKEN= "Configure fails"
+.endif
+
+.include <bsd.port.post.mk>