diff options
author | olgeni <olgeni@FreeBSD.org> | 2012-02-13 21:51:16 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2012-02-13 21:51:16 +0800 |
commit | 78c5c1a05eea5f0e5d66d78dcc606d1b6e068462 (patch) | |
tree | d309561f4736d8c7e1db5afedf8b0ba788b31352 /lang/abcl/Makefile | |
parent | 4ad94670fcbd68b555796746985bfd5c93e1069a (diff) | |
download | freebsd-ports-gnome-78c5c1a05eea5f0e5d66d78dcc606d1b6e068462.tar.gz freebsd-ports-gnome-78c5c1a05eea5f0e5d66d78dcc606d1b6e068462.tar.zst freebsd-ports-gnome-78c5c1a05eea5f0e5d66d78dcc606d1b6e068462.zip |
Upgrade to version 1.0.1 and fix home URL.
Set JAVA_VERSION to 1.5+ now that openjdk6 is the default JVM.
PR: ports/162439 (plus 1.0.1 bump)
Submitted by: olgeni
Approved by: maintainer timeout (95 days)
Diffstat (limited to 'lang/abcl/Makefile')
-rw-r--r-- | lang/abcl/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/abcl/Makefile b/lang/abcl/Makefile index 34f0bb80529f..706f887c386e 100644 --- a/lang/abcl/Makefile +++ b/lang/abcl/Makefile @@ -6,8 +6,7 @@ # PORTNAME= abcl -PORTVERSION= 0.25.0 -PORTREVISION= 1 +PORTVERSION= 1.0.1 CATEGORIES= lang lisp java MASTER_SITES= http://common-lisp.net/project/armedbear/releases/${PORTVERSION}/ DISTNAME= ${PORTNAME}-src-${PORTVERSION} @@ -22,7 +21,7 @@ SUB_LIST+= JAVAJARDIR="${JAVAJARDIR}" SUB_FILES= abcl USE_JAVA= yes -JAVA_VERSION= 1.5 +JAVA_VERSION= 1.5+ USE_ANT= yes do-install: |