summaryrefslogtreecommitdiff
path: root/java/jsdk/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-09-03 06:21:24 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-09-03 06:21:24 +0000
commit8d4dc415b8d9c1049c2779cabc72a4ab49207c70 (patch)
tree47bffbfc78239cf4c5525b8764b97d3520d7b41d /java/jsdk/Makefile
parentBROKEN: Unfetchable (diff)
Allow package builds
Notes
Notes: svn path=/head/; revision=172020
Diffstat (limited to '')
-rw-r--r--java/jsdk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/jsdk/Makefile b/java/jsdk/Makefile
index 0299c64a9598..74fcf6d500a4 100644
--- a/java/jsdk/Makefile
+++ b/java/jsdk/Makefile
@@ -25,7 +25,7 @@ RESTRICTED= "Sun has a funky license for this software; no commercial use"
WRKSRC= ${WRKDIR}/JSDK2.0
-.if defined(BATCH) || defined(PACKAGE_BUILDING)
+.if defined(BATCH)
IGNORE= "Should be fetched manually"
.endif