forked from Lainports/freebsd-ports
linux_base needs to be in EXTRACT_DEPENDS, otherwise ports doesn't
install if linux_base isn't installed.
This commit is contained in:
parent
00157b17ec
commit
eef403e569
3 changed files with 3 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ DISTNAME= ${PORTNAME}-${JDK_VERSION:S/./_/g}-linux-i586
|
|||
MAINTAINER= znerd@FreeBSD.org
|
||||
COMMENT= Sun Java Development Kit 1.2 for Linux
|
||||
|
||||
EXTRACT_DEPENDS= ${LOCALBASE}/bin/javavm:${PORTSDIR}/java/javavmwrapper
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/javavm:${PORTSDIR}/java/javavmwrapper
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/javavm:${PORTSDIR}/java/javavmwrapper
|
||||
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@ EXTRACT_SUFX= .bin
|
|||
MAINTAINER= znerd@FreeBSD.org
|
||||
COMMENT= Sun Java Development Kit 1.3 for Linux
|
||||
|
||||
EXTRACT_DEPENDS= ${LINUXBASE}/lib/libc.so.6:${PORTSDIR}/emulators/linux_base
|
||||
BUILD_DEPENDS= ${LINUXBASE}/lib/libc.so.6:${PORTSDIR}/emulators/linux_base
|
||||
RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper
|
||||
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@ EXTRACT_SUFX= .bin
|
|||
MAINTAINER= znerd@FreeBSD.org
|
||||
COMMENT= Sun Java Development Kit 1.4 for Linux
|
||||
|
||||
EXTRACT_DEPENDS= ${LINUXBASE}/lib/libc.so.6:${PORTSDIR}/emulators/linux_base
|
||||
BUILD_DEPENDS= ${LINUXBASE}/lib/libc.so.6:${PORTSDIR}/emulators/linux_base
|
||||
RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue