diff options
author | adamw <adamw@FreeBSD.org> | 2002-10-20 03:56:13 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2002-10-20 03:56:13 +0800 |
commit | e6803bdb351b209d25c0e936c5535bcfa6a49291 (patch) | |
tree | 54c7b3e3ff8c1136f003ae4118e050525368d1c4 /irc/pircbot | |
parent | 7e823ff625fe6b66dd172b32c0820895dc259168 (diff) | |
download | freebsd-ports-gnome-e6803bdb351b209d25c0e936c5535bcfa6a49291.tar.gz freebsd-ports-gnome-e6803bdb351b209d25c0e936c5535bcfa6a49291.tar.zst freebsd-ports-gnome-e6803bdb351b209d25c0e936c5535bcfa6a49291.zip |
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 |