summaryrefslogtreecommitdiffstats
path: root/converters/uudx
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-09-29 05:45:34 +0000
committerkris <kris@FreeBSD.org>2004-09-29 05:45:34 +0000
commitad448036acd7c07ca687beafec1a2b22dae5b188 (patch)
tree68ad40ba9a94c05ab513cbdfcbb5e0c8e7469aa9 /converters/uudx
parent6b290091589bf384975b769bfc4d1983ad8a18e4 (diff)
downloadFreeBSD-ports-ad448036acd7c07ca687beafec1a2b22dae5b188.zip
FreeBSD-ports-ad448036acd7c07ca687beafec1a2b22dae5b188.tar.gz
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
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 837c6ac..cbba95a 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>
OpenPOWER on IntegriCloud