aboutsummaryrefslogtreecommitdiff
path: root/sysutils/xloadface/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/xloadface/Makefile')
-rw-r--r--sysutils/xloadface/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/xloadface/Makefile b/sysutils/xloadface/Makefile
index 6f2c9c33abf2..95fc12cf6107 100644
--- a/sysutils/xloadface/Makefile
+++ b/sysutils/xloadface/Makefile
@@ -23,6 +23,12 @@ XLOADFACEDIR= $(X11BASE)/lib/X11/xloadface
MAN1= xloadface.1
MANLANG= ja
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
+.endif
+
pre-build:
${LOCALBASE}/bin/nkf -e ${WRKSRC}/xloadface.1 > ${WRKSRC}/xloadface.man
@@ -37,4 +43,4 @@ pre-install:
${INSTALL_DATA} ${WRKSRC}/bitmap/* $(XLOADFACEDIR)/bitmap
${INSTALL_DATA} ${WRKSRC}/catfaces/* $(XLOADFACEDIR)/catfaces
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>