mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Allow JDK versions >1.5.
PR: 127938 Submitted by: sunghyuk <sunghyuk@gmail.com> Approved by: maintainer
This commit is contained in:
parent
5428742c5b
commit
70fe31aee8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=221443
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= sqldeveloper
|
||||
PORTVERSION= 1.5.1.54.40
|
||||
PORTREVISION= 1
|
||||
DISTVERSIONSUFFIX=-no-jre
|
||||
CATEGORIES= databases java
|
||||
MASTER_SITES= #http://www.oracle.com/technology/software/products/sql/index.html
|
||||
@ -21,7 +22,7 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
|
||||
USE_ZIP= yes
|
||||
USE_JAVA= yes
|
||||
|
||||
JAVA_VERSION= 1.5
|
||||
JAVA_VERSION= 1.5+
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user