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 /cad/impact/Makefile | |
parent | 13541a38cad825ec7932b2044ced4995ca298d8f (diff) | |
download | ports-580b0c7423f336e00b3903ca8b33f179237d4c8c.tar.gz ports-580b0c7423f336e00b3903ca8b33f179237d4c8c.zip |
Notes
Diffstat (limited to 'cad/impact/Makefile')
-rw-r--r-- | cad/impact/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/cad/impact/Makefile b/cad/impact/Makefile index 457f76279105..40f3025fd4f4 100644 --- a/cad/impact/Makefile +++ b/cad/impact/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: impact -# Date created: Mar 4, 2005 -# Whom: ijliao -# +# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org> # $FreeBSD$ -# PORTNAME= impact PORTVERSION= 0.7.5.3 @@ -18,7 +13,7 @@ COMMENT= Dynamic Finite Element Program Suite USE_ZIP= yes WRKSRC= ${WRKDIR}/Impact USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ NO_BUILD= yes DATADIR= ${JAVASHAREDIR}/${PORTNAME} |