diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/htmlcompressor/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/htmlcompressor/Makefile b/www/htmlcompressor/Makefile index 689dd1fbd712..73c15734382f 100644 --- a/www/htmlcompressor/Makefile +++ b/www/htmlcompressor/Makefile @@ -3,7 +3,7 @@ PORTNAME= htmlcompressor PORTVERSION= 1.5.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www java MASTER_SITES= GOOGLE_CODE DISTNAME= ${PORTNAME}-${PORTVERSION}.jar @@ -21,6 +21,7 @@ NO_BUILD= yes PLIST_FILES= bin/htmlcompressor %%JAVAJARDIR%%/htmlcompressor.jar SUB_FILES= htmlcompressor +SUB_LIST+= JAVA_VERSION=${JAVA_PORT_VERSION:R} do-install: @${MKDIR} ${STAGEDIR}${JAVAJARDIR} |