diff options
-rw-r--r-- | lang/jython/Makefile | 6 | ||||
-rw-r--r-- | lang/jython/pkg-comment | 2 | ||||
-rw-r--r-- | lang/jython/pkg-descr | 2 |
3 files changed, 2 insertions, 8 deletions
diff --git a/lang/jython/Makefile b/lang/jython/Makefile index 9bee7cf60249..29f52ca6333d 100644 --- a/lang/jython/Makefile +++ b/lang/jython/Makefile @@ -16,15 +16,11 @@ EXTRACT_ONLY= # none MAINTAINER= perky@fallin.lv -BUILD_DEPENDS= ${JAVA}:${PORTSDIR}/java/javavmwrapper -RUN_DEPENDS= ${JAVA}:${PORTSDIR}/java/javavmwrapper - -JAVA?= ${LOCALBASE}/bin/javavm +USE_JAVA= 1.1+ NO_BUILD= yes INST_PACKAGES?= demo lib source INST_TARGET?= ${DISTNAME:S/-//g} - JYTHON_PREFIX= ${PREFIX}/${INST_TARGET} PLIST_SUB+= JYTHON_DIR=${INST_TARGET} diff --git a/lang/jython/pkg-comment b/lang/jython/pkg-comment index 85c3c3ce2221..be4fa6b7189f 100644 --- a/lang/jython/pkg-comment +++ b/lang/jython/pkg-comment @@ -1 +1 @@ -An implementation of Python Interpreter with Pure Java +An implementation of Python Interpreter in Pure Java diff --git a/lang/jython/pkg-descr b/lang/jython/pkg-descr index 3f7137f57bce..26e9db83e2ae 100644 --- a/lang/jython/pkg-descr +++ b/lang/jython/pkg-descr @@ -6,5 +6,3 @@ freely available for both commercial and non-commercial use and is distributed with source code. WWW: http://www.jython.org/ - -- Hye Shik Chang, a.k.a. "Perky" |