summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-08 02:50:27 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-08 02:50:27 +0000
commit98332e5f0076686d7f5d691827c0d1f6c9b52531 (patch)
tree846e1bb0012daf7518b42bcf18884a5bedb06c6a /misc
parentAdd a missing dependency on xproto. (diff)
BROKEN on 5.x: does not compile
Notes
Notes: svn path=/head/; revision=100328
Diffstat (limited to 'misc')
-rw-r--r--misc/xdf/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/misc/xdf/Makefile b/misc/xdf/Makefile
index 3560424da6d6..23011feef695 100644
--- a/misc/xdf/Makefile
+++ b/misc/xdf/Makefile
@@ -21,7 +21,13 @@ USE_XLIB= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502000
+BROKEN= "Does not compile"
+.endif
+
post-install:
${STRIP_CMD} ${PREFIX}/bin/xdf
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>