diff options
Diffstat (limited to 'www/htmlcompressor/Makefile')
-rw-r--r-- | www/htmlcompressor/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/www/htmlcompressor/Makefile b/www/htmlcompressor/Makefile index 5842a7865cc2..d4a110a129fa 100644 --- a/www/htmlcompressor/Makefile +++ b/www/htmlcompressor/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: htmlcompressor -# Date created: 20 Nov 2010 -# Whom: Sergey Skvortsov <skv@protey.ru> -# +# Created by: Sergey Skvortsov <skv@protey.ru> # $FreeBSD$ -# PORTNAME= htmlcompressor PORTVERSION= 0.9.4 @@ -19,7 +15,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_ZIP= yes USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ NO_BUILD= yes PLIST_FILES= bin/htmlcompressor %%DATADIR%%/htmlcompressor.jar |