diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2002-10-19 19:56:13 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2002-10-19 19:56:13 +0000 |
commit | a5370a4fccb2fae93e34324e9483bee983b914a0 (patch) | |
tree | d60a99501ca9aba9bb802d305c41d2193875c2ef /irc/pircbot | |
parent | add p5-Astro-DSS 1.6 (diff) |
Allow port to build under jdk11, now that jdk11's compat3x library
issue has been resolved.
Submitted by: tim@bishnet.net (maintainer)
PR: 43445
Approved by: pat
Diffstat (limited to 'irc/pircbot')
-rw-r--r-- | irc/pircbot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/pircbot/Makefile b/irc/pircbot/Makefile index 697187a6261e..8bd28d6713d4 100644 --- a/irc/pircbot/Makefile +++ b/irc/pircbot/Makefile @@ -16,7 +16,7 @@ MAINTAINER= tim@bishnet.net USE_ZIP= yes NO_BUILD= yes -USE_JAVA= 1.3+ +USE_JAVA= 1.1+ do-install: ${INSTALL_DATA} ${WRKSRC}/pircbot.jar ${PREFIX}/share/java/classes |