diff options
author | kris <kris@FreeBSD.org> | 2003-09-24 03:25:51 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-09-24 03:25:51 +0000 |
commit | 0ca2300c72fc6b04b253978e785a8a224a962f27 (patch) | |
tree | 5942513352c77da3f462263b8a870f4dbafdb40a /java | |
parent | b29703dfd229d53db9a7b0d0fb817da433ebd619 (diff) | |
download | FreeBSD-ports-0ca2300c72fc6b04b253978e785a8a224a962f27.zip FreeBSD-ports-0ca2300c72fc6b04b253978e785a8a224a962f27.tar.gz |
Mark as IS_INTERACTIVE because it asks for manual license acceptance and
causes the bento build to loop.
This probably should be patched out as in the other jdk ports, so it can
be packaged on bento.
Diffstat (limited to 'java')
-rw-r--r-- | java/j2sdkee13/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/j2sdkee13/Makefile b/java/j2sdkee13/Makefile index f17be0b..f5b0fbc 100644 --- a/java/j2sdkee13/Makefile +++ b/java/j2sdkee13/Makefile @@ -25,6 +25,8 @@ NO_CDROM= "Redistribution is not permitted" J2SDKEEVERSION= ${PORTVERSION}_${PORTREVISION} DOWNLOAD_URL= http://java.sun.com/j2ee/sdk_1.3/ +IS_INTERACTIVE= yes + .include <bsd.port.pre.mk> .if !exists(${DISTDIR}/${DISTFILES}) && !defined(PACKAGE_BUILDING) |