aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-09-24 03:28:24 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-09-24 03:28:24 +0000
commit05092710d7e285193c2e1a04b69501a45cbaca27 (patch)
tree4c9e7bc801d22f008ff0aae861c8a677905f9a06
parentad066911979f72b5ff054fdebe1818e4546c1b17 (diff)
downloadports-05092710d7e285193c2e1a04b69501a45cbaca27.tar.gz
ports-05092710d7e285193c2e1a04b69501a45cbaca27.zip
Back out previous commit. Further inspection reveals that it is the
diablo-jdk port that is bogusly requiring manual input at pkg_add time, thereby preventing any other packages from building with it.
Notes
Notes: svn path=/head/; revision=89134
-rw-r--r--java/j2sdkee13/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/java/j2sdkee13/Makefile b/java/j2sdkee13/Makefile
index f5b0fbcb5a51..f17be0b1f492 100644
--- a/java/j2sdkee13/Makefile
+++ b/java/j2sdkee13/Makefile
@@ -25,8 +25,6 @@ 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)