summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-12-10 13:18:28 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-12-10 13:18:28 +0000
commit7c354b1913f01af4543a3be2745370660e7153e4 (patch)
tree46951eebc3f0fab0c5354d48cdafd62a5f90147d /ftp
parentRename USE_GSTREAMER08 to USE_GSTREAMER1. The old one is a left over from (diff)
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part2)
Notes
Notes: svn path=/head/; revision=308604
Diffstat (limited to 'ftp')
-rw-r--r--ftp/jftp/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/ftp/jftp/Makefile b/ftp/jftp/Makefile
index 526ff6cdd172..4cb190312138 100644
--- a/ftp/jftp/Makefile
+++ b/ftp/jftp/Makefile
@@ -1,9 +1,5 @@
-# Ports collection makefile for: jftp
-# Date created: June 14, 2003
-# Whom: ijliao
-#
+# Created by: ijliao
# $FreeBSD$
-#
PORTNAME= jftp
PORTVERSION= 1.56
@@ -19,7 +15,7 @@ LICENSE= GPLv2
RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper
-JAVA_VERSION= 1.5+
+JAVA_VERSION= 1.6+
NO_BUILD= yes
USE_JAVA= yes
WRKSRC= ${WRKDIR}/j-ftp