summaryrefslogtreecommitdiff
path: root/java/jdk11/Makefile
diff options
context:
space:
mode:
authorNate Williams <nate@FreeBSD.org>2001-08-14 16:39:16 +0000
committerNate Williams <nate@FreeBSD.org>2001-08-14 16:39:16 +0000
commit31cd07a8e895c7cee78df1537b01e62d016b92fe (patch)
tree08d73be5fcca1fb5db63c591c06d0ee8ddfb58d5 /java/jdk11/Makefile
parent- Made the JDK port depend on the new compat3x libraries and it's new port. (diff)
- No longer remind the folks to install the compat3x libraries, as they
are installed automagically.
Notes
Notes: svn path=/head/; revision=46251
Diffstat (limited to 'java/jdk11/Makefile')
-rw-r--r--java/jdk11/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/java/jdk11/Makefile b/java/jdk11/Makefile
index 78d2621318f7..ae5ee09a7992 100644
--- a/java/jdk11/Makefile
+++ b/java/jdk11/Makefile
@@ -43,8 +43,5 @@ do-install:
post-install:
${LOCALBASE}/bin/registervm "${PREFIX}/jdk${JDK_VERSION}/bin/java # JDK${JDK_VERSION}"
-.if ${OSVERSION} > 400000
- ${ECHO} "You will need to install the compat3x libraries to use this port."
-.endif
-
+
.include <bsd.port.post.mk>