freebsd-ports/java/openjdk8-jre/Makefile
Jung-uk Kim 6d8c62429c Implement current and signal methods for sun.nio.ch.NativeThread. Note this
fixes a test case in the following Apache Solr bug report.

https://issues.apache.org/jira/browse/SOLR-6204

Reported by:	Dawid Weiss <dawid.weiss@gmail.com>
2014-06-27 18:41:19 +00:00

11 lines
209 B
Makefile

# $FreeBSD$
PORTREVISION= 4
PKGNAMESUFFIX= ${JDK_MAJOR_VERSION}-jre
COMMENT= Java Runtime Environment ${JDK_MAJOR_VERSION}
BUILD_JRE= yes
MASTERDIR= ${.CURDIR}/../openjdk8
.include "${MASTERDIR}/Makefile"