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 | |
parent | 13541a38cad825ec7932b2044ced4995ca298d8f (diff) |
Notes
Diffstat (limited to 'devel/flex_compiler_shell')
-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 |