diff options
Diffstat (limited to 'games/jtans')
-rw-r--r-- | games/jtans/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/games/jtans/Makefile b/games/jtans/Makefile index 590605654396..a580adae29b8 100644 --- a/games/jtans/Makefile +++ b/games/jtans/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: jtans -# Date created: Apr 3, 2003 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= jtans PORTVERSION= 1.0 @@ -24,7 +19,7 @@ EXTRACT_CMD= ${CP} EXTRACT_BEFORE_ARGS= # empty EXTRACT_AFTER_ARGS= . USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ NO_BUILD= yes SUB_FILES= jtans.sh DATADIR= ${JAVASHAREDIR}/${PORTNAME} |