diff options
author | jlam <jlam> | 2002-12-31 15:44:28 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-12-31 15:44:28 +0000 |
commit | 1d28a32aec01c12479f5d483f43f28c70124304f (patch) | |
tree | 1ef868ddcd84455baaf1012ecf326c0dc1e79d18 /editors | |
parent | 514641824a32eb82c96d5b72e7b344238149db26 (diff) | |
download | pkgsrc-1d28a32aec01c12479f5d483f43f28c70124304f.tar.gz |
Mechanical conversion to use java-vm.mk.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/jde/Makefile | 4 |
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" |