diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-10 11:25:27 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-10 11:25:27 +0000 |
commit | 580b0c7423f336e00b3903ca8b33f179237d4c8c (patch) | |
tree | 8bed025c70382531bf17d65c836cc69c3dd2d951 /devel/javolution/Makefile | |
parent | 13541a38cad825ec7932b2044ced4995ca298d8f (diff) |
Notes
Diffstat (limited to 'devel/javolution/Makefile')
-rw-r--r-- | devel/javolution/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/javolution/Makefile b/devel/javolution/Makefile index d83d7526b1f7..b4ee022d48b4 100644 --- a/devel/javolution/Makefile +++ b/devel/javolution/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: javolution -# Date created: 22 September 2007 -# Whom: Alex Dupre <ale@FreeBSD.org> -# +# Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ -# PORTNAME= javolution PORTVERSION= 5.5.1 @@ -18,7 +14,7 @@ LICENSE= BSD LICENSE_FILE= ${WRKSRC}/LICENSE.txt USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ JDKMVERSION= ${JAVA_PORT_VERSION:C/^([0-9]\.[0-9])(.*)$/\1/} USE_ANT= yes ALL_TARGET= ${JDKMVERSION} |