mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Now uses USE_LINUX instead of an obscure RUN_DEPENDS.
Reported by: David W. Chapman Jr. <dwcjr@inethouston.net>
This commit is contained in:
parent
257a3fd325
commit
a529d069af
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55047
2 changed files with 4 additions and 2 deletions
|
@ -23,11 +23,12 @@ RUN_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_base \
|
||||||
NO_CDROM= "License doesn\'t allow distribution with fee"
|
NO_CDROM= "License doesn\'t allow distribution with fee"
|
||||||
NO_PACKAGE= "License doesn\'t allow binary distributions"
|
NO_PACKAGE= "License doesn\'t allow binary distributions"
|
||||||
|
|
||||||
|
USE_LINUX= YES
|
||||||
ONLY_FOR_ARCHS= i386
|
ONLY_FOR_ARCHS= i386
|
||||||
|
|
||||||
USE_BZIP2= YES
|
USE_BZIP2= YES
|
||||||
WRKSRC= ${WRKDIR}/jdk1.2.2
|
WRKSRC= ${WRKDIR}/jdk1.2.2
|
||||||
NO_BUILD= yes
|
NO_BUILD= YES
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${MKDIR} ${PREFIX}/linux-jdk1.2.2
|
${MKDIR} ${PREFIX}/linux-jdk1.2.2
|
||||||
|
|
|
@ -23,11 +23,12 @@ RUN_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_base \
|
||||||
NO_CDROM= "License doesn\'t allow distribution with fee"
|
NO_CDROM= "License doesn\'t allow distribution with fee"
|
||||||
NO_PACKAGE= "License doesn\'t allow binary distributions"
|
NO_PACKAGE= "License doesn\'t allow binary distributions"
|
||||||
|
|
||||||
|
USE_LINUX= YES
|
||||||
ONLY_FOR_ARCHS= i386
|
ONLY_FOR_ARCHS= i386
|
||||||
|
|
||||||
USE_BZIP2= YES
|
USE_BZIP2= YES
|
||||||
WRKSRC= ${WRKDIR}/jdk1.2.2
|
WRKSRC= ${WRKDIR}/jdk1.2.2
|
||||||
NO_BUILD= yes
|
NO_BUILD= YES
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${MKDIR} ${PREFIX}/linux-jdk1.2.2
|
${MKDIR} ${PREFIX}/linux-jdk1.2.2
|
||||||
|
|
Loading…
Add table
Reference in a new issue