diff options
Diffstat (limited to 'devel/jcmdline/Makefile')
-rw-r--r-- | devel/jcmdline/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/jcmdline/Makefile b/devel/jcmdline/Makefile index f0b9b48284e1..9b66b02bc44f 100644 --- a/devel/jcmdline/Makefile +++ b/devel/jcmdline/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: jcmdline -# Date created: 22 May 2005 -# Whom: Thierry Thomas <thierry@pompo.net> -# +# Created by: Thierry Thomas <thierry@pompo.net> # $FreeBSD$ -# PORTNAME= jcmdline PORTVERSION= 2.0.0 @@ -14,7 +10,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A Java command line processor USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ NO_BUILD= yes LICENSE= MPL |