1a4180c77c
- Re-enable -Werror for HotSpot build with GCC. - Revert couple of unnecessary local changes to reduce diff. - Add inactive pages as availble memory. Note it is a cosmetic change. PR: ports/182907 [1]
13 lines
259 B
Makefile
13 lines
259 B
Makefile
# $FreeBSD$
|
|
|
|
PORTREVISION= 2
|
|
CATEGORIES= java devel
|
|
PKGNAMESUFFIX= -jre
|
|
|
|
COMMENT= Oracle's Java 6 Runtime Environment under the GPL v2
|
|
|
|
BUILD_JRE= yes
|
|
MASTERDIR= ${.CURDIR}/../openjdk6
|
|
UNIQUENAME= ${PORTNAME}${PKGNAMESUFFIX}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|