summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorjlam <jlam>2002-12-31 15:44:28 +0000
committerjlam <jlam>2002-12-31 15:44:28 +0000
commit84fdb8438654f92ab5f1718431e7929abd0688d2 (patch)
tree1ef868ddcd84455baaf1012ecf326c0dc1e79d18 /editors
parente869dda50cc5a295613c9d92d6937ba8b8df31b4 (diff)
downloadpkgsrc-84fdb8438654f92ab5f1718431e7929abd0688d2.tar.gz
Mechanical conversion to use java-vm.mk.
Diffstat (limited to 'editors')
-rw-r--r--editors/jde/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/jde/Makefile b/editors/jde/Makefile
index 4a149dd58ec..42f67266700 100644
--- a/editors/jde/Makefile
+++ b/editors/jde/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/09/27 23:18:00 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2002/12/31 15:44:29 jlam Exp $
#
DISTNAME= jde-2.2.7.1
@@ -33,7 +33,6 @@ BUILD_ENV+= LISPDIR=${LISPDIR}
PLIST_SUBST+= LISPDIR=${LISPDIR}
NO_CONFIGURE= # set
-USE_JAVA= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/lisp
MAKEFILE= makefile
@@ -43,4 +42,5 @@ do-install:
cd ${WRKDIR}/${DISTNAME} ; tar cf - . | \
( cd ${PREFIX}/${LISPDIR} ; tar xf - )
+.include "../../mk/java-vm.mk"
.include "../../mk/bsd.pkg.mk"