From 90abb24f53e9d8c2428c70b483b38627d2bae3ae Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Wed, 29 Sep 2004 05:45:34 +0000 Subject: BROKEN on 5.x: Does not compile Approved by: portmgr (self) --- converters/uudx/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'converters') 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 + +.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 +.include -- cgit v1.2.3