diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2004-12-09 22:53:09 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2004-12-09 22:53:09 +0000 |
commit | edc017dfd39e943503abefa10b66b2c1c0d79b27 (patch) | |
tree | 4acbca84b1b8fa4bd1fbbab8522faafb3ca20d88 /java/linux-sun-jdk13 | |
parent | 3d68c0e1603601adc02c612dc3f59d2413acce3e (diff) | |
download | ports-edc017dfd39e943503abefa10b66b2c1c0d79b27.tar.gz ports-edc017dfd39e943503abefa10b66b2c1c0d79b27.zip |
Notes
Diffstat (limited to 'java/linux-sun-jdk13')
-rw-r--r-- | java/linux-sun-jdk13/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/java/linux-sun-jdk13/Makefile b/java/linux-sun-jdk13/Makefile index e205555392a4..949da5d4dafe 100644 --- a/java/linux-sun-jdk13/Makefile +++ b/java/linux-sun-jdk13/Makefile @@ -16,8 +16,7 @@ EXTRACT_SUFX= .bin MAINTAINER= java@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 +EXTRACT_DEPENDS=${LINUXBASE}/lib/libc.so.6:${PORTSDIR}/emulators/linux_base RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper NO_CDROM= "License does not allow distribution with fee" |