summaryrefslogtreecommitdiff
path: root/converters/uudx
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-29 05:45:34 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-29 05:45:34 +0000
commit90abb24f53e9d8c2428c70b483b38627d2bae3ae (patch)
tree039e88512c84bb0c19d7d2204a18150ecd6574ab /converters/uudx
parentBROKEN: Size mismatch (diff)
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=118494
Diffstat (limited to 'converters/uudx')
-rw-r--r--converters/uudx/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/converters/uudx/Makefile b/converters/uudx/Makefile
index 837c6ac7d0f6..cbba95aeb33c 100644
--- a/converters/uudx/Makefile
+++ b/converters/uudx/Makefile
@@ -27,8 +27,14 @@ MANLANG= ja
MAN1= uudx.1
PLIST_FILES= bin/uudx
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
pre-patch:
@${ECHO_MSG} "===> Installing custom Makefile for ${DISTNAME}"
@(${CP} ${FILESDIR}/Makefile ${WRKSRC})
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>