From c247e4be092327fad7481cea20a1c47eec99c255 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 18 Sep 2004 07:52:32 +0000 Subject: [PATCH] BROKEN on 5.x: Configure fails Approved by: portmgr (self) --- java/classpath/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/java/classpath/Makefile b/java/classpath/Makefile index 53ac3169ba91..8072416f2467 100644 --- a/java/classpath/Makefile +++ b/java/classpath/Makefile @@ -26,6 +26,10 @@ PLIST_FILES= lib/security/classpath.security .include +.if ${OSVERSION} >= 502126 +BROKEN= "Configure fails on FreeBSD >= 5.x" +.endif + post-install: .for dir in ${PREFIX}/share/classpath ${PREFIX}/lib/classpath @${FIND} ${dir} ! -type d | \