diff options
author | nate <nate@FreeBSD.org> | 2001-08-15 00:39:16 +0800 |
---|---|---|
committer | nate <nate@FreeBSD.org> | 2001-08-15 00:39:16 +0800 |
commit | 02b2464dee411661035505402e2a13d66cd1f773 (patch) | |
tree | 3d07cfee4b8ba12f3ef11f150e1c7699af140a6e /java/jdk11 | |
parent | 91ce243cde4d97896e802d55b607fe1e68b0e1a0 (diff) | |
download | freebsd-ports-gnome-02b2464dee411661035505402e2a13d66cd1f773.tar.gz freebsd-ports-gnome-02b2464dee411661035505402e2a13d66cd1f773.tar.zst freebsd-ports-gnome-02b2464dee411661035505402e2a13d66cd1f773.zip |
- No longer remind the folks to install the compat3x libraries, as they
are installed automagically.
Diffstat (limited to 'java/jdk11')
-rw-r--r-- | java/jdk11/Makefile | 5 |
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> |