diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-18 07:52:32 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-18 07:52:32 +0000 |
commit | c247e4be092327fad7481cea20a1c47eec99c255 (patch) | |
tree | a462186746471ceb353865e94ee6be0eaf0b1516 /java/classpath | |
parent | 7058a6ab2e6da821305cb47dce9064a3fd9e6509 (diff) | |
download | ports-c247e4be092327fad7481cea20a1c47eec99c255.tar.gz ports-c247e4be092327fad7481cea20a1c47eec99c255.zip |
Notes
Diffstat (limited to 'java/classpath')
-rw-r--r-- | java/classpath/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 <bsd.port.pre.mk> +.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 | \ |