diff options
Diffstat (limited to 'www/myfaces')
-rw-r--r-- | www/myfaces/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/www/myfaces/Makefile b/www/myfaces/Makefile index d4816cde76a6..1424841c58da 100644 --- a/www/myfaces/Makefile +++ b/www/myfaces/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Apache MyFaces -# Date created: October 04, 2005 -# Whom: Herve Quiroz <hq@FreeBSD.org> -# +# Created by: Herve Quiroz <hq@FreeBSD.org> # $FreeBSD$ -# PORTNAME= myfaces PORTVERSION= 1.1.1 @@ -16,7 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Free open source JavaServer(tm) Faces implementation USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ NO_BUILD= yes DATADIR= ${JAVASHAREDIR}/${PORTNAME} |