diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-07-03 03:39:16 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-07-03 03:39:16 +0000 |
commit | 561a46013b3038111ce1b12abf2679425e5368ce (patch) | |
tree | 03803ac2d172ecb08afd561f444b382dd0f48478 /java/diablo-jre13 | |
parent | Update to 0.5 (diff) |
BROKEN on 5.x: does not run (libm is binary incompatible with 4.x)
Notes
Notes:
svn path=/head/; revision=112829
Diffstat (limited to 'java/diablo-jre13')
-rw-r--r-- | java/diablo-jre13/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/java/diablo-jre13/Makefile b/java/diablo-jre13/Makefile index 861a73bad339..06c2a733661f 100644 --- a/java/diablo-jre13/Makefile +++ b/java/diablo-jre13/Makefile @@ -77,6 +77,12 @@ with a web browser and \"Accept\" the End User License Agreement for\n\ ${DISTNAME}${EXTRACT_SUFX} in ${DISTDIR}.\n .endif +.if ${OSVERSION} >= 502112 +ECHO_MSG= ${ECHO_CMD} +BROKEN= "Does not run on FreeBSD >= 5.x" +.endif + + do-install: ${MKDIR} ${INSTALL_DIR} cd ${WRKSRC} && ${FIND} . \ |