. Rely on compat7x on 8.x or higher. This is in the same spirit as the PR
but a different way of going about it. PR: 138638
This commit is contained in:
@@ -50,6 +50,10 @@ INSTALL_DIR= ${PREFIX}/${PKGNAMEPREFIX}jdk${JDK_VERSION}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 800105
|
||||
LIB_DEPENDS= z.4:${PORTSDIR}/misc/compat7x
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} >= 700000
|
||||
JDK_OSREL= freebsd7
|
||||
PLIST_SUB+= RELEASENOTE="@comment "
|
||||
|
||||
@@ -51,6 +51,10 @@ INSTALL_DIR= ${PREFIX}/${PKGNAMEPREFIX}jre${JRE_VERSION}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 800105
|
||||
LIB_DEPENDS= z.4:${PORTSDIR}/misc/compat7x
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} >= 700000
|
||||
JRE_OSREL= freebsd7
|
||||
PLIST_SUB+= RELEASENOTE="@comment "
|
||||
|
||||
Reference in New Issue
Block a user