diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-10 11:25:27 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-10 11:25:27 +0000 |
commit | 580b0c7423f336e00b3903ca8b33f179237d4c8c (patch) | |
tree | 8bed025c70382531bf17d65c836cc69c3dd2d951 /devel/obfuscatejs | |
parent | 13541a38cad825ec7932b2044ced4995ca298d8f (diff) | |
download | ports-580b0c7423f336e00b3903ca8b33f179237d4c8c.tar.gz ports-580b0c7423f336e00b3903ca8b33f179237d4c8c.zip |
Notes
Diffstat (limited to 'devel/obfuscatejs')
-rw-r--r-- | devel/obfuscatejs/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/obfuscatejs/Makefile b/devel/obfuscatejs/Makefile index 0577e9754b66..ddba788adb26 100644 --- a/devel/obfuscatejs/Makefile +++ b/devel/obfuscatejs/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: obfuscatejs -# Date created: 2006-04-21 -# Whom: Nicola Vitale <nivit@email.it> -# +# Created by: Nicola Vitale <nivit@email.it> # $FreeBSD$ -# PORTNAME= obfuscatejs PORTVERSION= 0.3.6 @@ -24,7 +20,7 @@ RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper NO_BUILD= yes USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ SUB_FILES= ${PORTNAME} SUB_LIST= OBFUSCATEJSJAR=${DATADIR}/${OBFUSCATEJSJAR} |