Now uses USE_LINUX instead of an obscure RUN_DEPENDS.

Reported by:	David W. Chapman Jr. <dwcjr@inethouston.net>
This commit is contained in:
Ernst de Haan 2002-02-21 18:31:18 +00:00
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

View file

@ -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_PACKAGE= "License doesn\'t allow binary distributions"
USE_LINUX= YES
ONLY_FOR_ARCHS= i386
USE_BZIP2= YES
WRKSRC= ${WRKDIR}/jdk1.2.2
NO_BUILD= yes
NO_BUILD= YES
do-install:
${MKDIR} ${PREFIX}/linux-jdk1.2.2

View file

@ -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_PACKAGE= "License doesn\'t allow binary distributions"
USE_LINUX= YES
ONLY_FOR_ARCHS= i386
USE_BZIP2= YES
WRKSRC= ${WRKDIR}/jdk1.2.2
NO_BUILD= yes
NO_BUILD= YES
do-install:
${MKDIR} ${PREFIX}/linux-jdk1.2.2