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/smc | |
parent | 13541a38cad825ec7932b2044ced4995ca298d8f (diff) |
Notes
Diffstat (limited to 'devel/smc')
-rw-r--r-- | devel/smc/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/devel/smc/Makefile b/devel/smc/Makefile index e371275092c5..92fa441b9dc8 100644 --- a/devel/smc/Makefile +++ b/devel/smc/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: smc -# Date created: Jun 3, 2004 -# Whom: ijliao -# +# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org> # $FreeBSD$ -# PORTNAME= smc PORTVERSION= 4.3.0 @@ -18,7 +13,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= The State Machine Compiler USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ NO_BUILD= yes do-install: |