summaryrefslogtreecommitdiff
path: root/java/j2sdkee13/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-09-24 03:25:51 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-09-24 03:25:51 +0000
commitad066911979f72b5ff054fdebe1818e4546c1b17 (patch)
tree55d229ac04a21dfcf38880b325a55c6dc8f7024d /java/j2sdkee13/Makefile
parentMore build fixes for Alpha. (diff)
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.
Notes
Notes: svn path=/head/; revision=89133
Diffstat (limited to 'java/j2sdkee13/Makefile')
-rw-r--r--java/j2sdkee13/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/java/j2sdkee13/Makefile b/java/j2sdkee13/Makefile
index f17be0b1f492..f5b0fbcb5a51 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)