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/flex_compiler_shell/Makefile | |
parent | Update to 1.5.4.26862 (diff) |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to USE_JAVA= 1.5+ (part1)
Notes
Notes:
svn path=/head/; revision=308600
Diffstat (limited to 'devel/flex_compiler_shell/Makefile')
-rw-r--r-- | devel/flex_compiler_shell/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/flex_compiler_shell/Makefile b/devel/flex_compiler_shell/Makefile index 42dd4e25cfc3..dd5af3fc1221 100644 --- a/devel/flex_compiler_shell/Makefile +++ b/devel/flex_compiler_shell/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Flex Compiler Shell -# Date created: 1 Dec 2007 -# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> -# +# Created by: Jun Kuriyama <kuriyama@FreeBSD.org> # $FreeBSD$ -# PORTNAME= flex_compiler_shell PORTVERSION= 0.20070123 @@ -23,7 +19,7 @@ CONFLICTS= flex-sdk-3.* USE_ZIP= YES USE_JAVA= YES -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ WRKSRC= ${WRKDIR} NO_BUILD= YES SUB_FILES= fcsh |