summaryrefslogtreecommitdiff
path: root/comms/java-rxtx
diff options
context:
space:
mode:
authordsainty <dsainty@pkgsrc.org>2015-06-27 06:30:03 +0000
committerdsainty <dsainty@pkgsrc.org>2015-06-27 06:30:03 +0000
commit9c4d52164d59ebd8cbdbbaca72056161810de8de (patch)
tree177a098395c795f6621fa49f8517ca8716aea628 /comms/java-rxtx
parentc8c7e97a7bb1da51de73e38c3723c5ee812ea182 (diff)
downloadpkgsrc-9c4d52164d59ebd8cbdbbaca72056161810de8de.tar.gz
Add oracle-jdk8 to the accepted list.
NB: I'm not game enough to do it in the freeze, but it looks like the JVM version detection patching could be removed - it appears no longer necessary now that Pkgsrc passes in the correct RXTX_PATH and JHOME_PATH itself. At any rate, adding version 8 is not required for the oracle-jdk8 build to complete smoothly.
Diffstat (limited to 'comms/java-rxtx')
-rw-r--r--comms/java-rxtx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/java-rxtx/Makefile b/comms/java-rxtx/Makefile
index 3c07cd25249..b635f7ea16f 100644
--- a/comms/java-rxtx/Makefile
+++ b/comms/java-rxtx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2015/05/14 18:12:11 dsainty Exp $
+# $NetBSD: Makefile,v 1.7 2015/06/27 06:30:03 dsainty Exp $
#
DISTNAME= rxtx-2.1-7r2
@@ -23,7 +23,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
# Configuration looks for certain versions of JDK - this list can be expanded
# if the patches are also appropriately updated.
-PKG_JVMS_ACCEPTED= openjdk7 sun-jdk7 sun-jdk6 sun-jdk15 sun-jdk14
+PKG_JVMS_ACCEPTED= oracle-jdk8 openjdk7 sun-jdk7 sun-jdk6 sun-jdk15 sun-jdk14
.include "../../mk/bsd.prefs.mk"