diff options
Diffstat (limited to 'textproc/jarnal')
-rw-r--r-- | textproc/jarnal/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/jarnal/Makefile b/textproc/jarnal/Makefile index 973d28c33cc3..201020aa7d96 100644 --- a/textproc/jarnal/Makefile +++ b/textproc/jarnal/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: jarnal -# Date created: 28 August 2010 -# Whom: Thierry Thomas <thierry@pompo.net> -# +# Created by: Thierry Thomas <thierry@pompo.net> # $FreeBSD$ -# PORTNAME= jarnal PORTVERSION= 999 @@ -19,7 +15,7 @@ RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper USE_ZIP= yes USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ LICENSE= GPLv2 |