diff options
author | jschauma <jschauma> | 2003-08-23 15:10:41 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2003-08-23 15:10:41 +0000 |
commit | a27f51dc23d15021899467701d657a39bf41c48c (patch) | |
tree | 3b564bcce5e526462b2f5a18dbe4e12af6da1b43 /editors | |
parent | ecd4b2103c58b4f575cb20ea0ef2035a70051f73 (diff) | |
download | pkgsrc-a27f51dc23d15021899467701d657a39bf41c48c.tar.gz |
Put this package into a new pseudo-category called 'java'.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/jde/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/editors/jde/Makefile b/editors/jde/Makefile index dfa79db5282..420e169cc1d 100644 --- a/editors/jde/Makefile +++ b/editors/jde/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.11 2003/07/17 21:34:31 grant Exp $ +# $NetBSD: Makefile,v 1.12 2003/08/23 15:10:41 jschauma Exp $ # DISTNAME= jde-2.3.2 WRKSRC= ${WRKDIR}/${DISTNAME}/lisp -CATEGORIES= devel editors +CATEGORIES= devel editors java MASTER_SITES= ${MASTER_SITE_LOCAL} # The "real" site has silly naming conventions: #MASTER_SITES= http://jdee.sunsite.dk/ @@ -22,6 +22,8 @@ DEPENDS+= elib>=1.0:../../devel/elib # XEmacs has its own JDE package EMACS_VERSIONS_ACCEPTED=emacs21 # XXX Won't compile with emacs20... +PKG_JVM= sun-jdk14 + BUILD_ENV+= EMACS=${EMACS} MAKE_ENV+= EMACS_LISPPREFIX=${EMACS_LISPPREFIX} |