diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-10 13:43:43 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-10 13:43:43 +0000 |
commit | 9c526f721705e892d2cb0d1f20df0ad1f9e3cc55 (patch) | |
tree | 8f8068d6ce0708a3892bc9e9b0f0f44e174dfbbc /misc/jbidwatcher | |
parent | 7c354b1913f01af4543a3be2745370660e7153e4 (diff) |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part3)
Notes
Notes:
svn path=/head/; revision=308605
Diffstat (limited to 'misc/jbidwatcher')
-rw-r--r-- | misc/jbidwatcher/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/misc/jbidwatcher/Makefile b/misc/jbidwatcher/Makefile index 53b08abf2bb6..df7d6a86ba81 100644 --- a/misc/jbidwatcher/Makefile +++ b/misc/jbidwatcher/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: jbidwatcher -# Date Created: 24 July 2004 -# Whom: Jose Rodriguez <king@v2project.com> -# +# Created by: Jose Rodriguez <king@v2project.com> # $FreeBSD$ -# PORTNAME= jbidwatcher PORTVERSION= 2.5 @@ -18,7 +14,7 @@ USE_BZIP2= yes USE_JAVA= yes USE_ANT= yes ALL_TARGET= jar -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ SUB_FILES= jbidwatcher SUB_LIST+= PORTVERSION=${PORTVERSION} |