6d8c62429c
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>
11 lines
209 B
Makefile
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"
|