diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-10 13:18:28 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-10 13:18:28 +0000 |
commit | 7c354b1913f01af4543a3be2745370660e7153e4 (patch) | |
tree | 46951eebc3f0fab0c5354d48cdafd62a5f90147d /databases/jdbc-oracle10g | |
parent | 1dc6a664e3eb746710f5b332ceb06be47ffacbe0 (diff) |
Notes
Diffstat (limited to 'databases/jdbc-oracle10g')
-rw-r--r-- | databases/jdbc-oracle10g/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/databases/jdbc-oracle10g/Makefile b/databases/jdbc-oracle10g/Makefile index 5152b2275207..e43a7b0e99e8 100644 --- a/databases/jdbc-oracle10g/Makefile +++ b/databases/jdbc-oracle10g/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: jdbc-oracle10g -# Date created: 19 March 2012 -# Whom: José García Juanino <jjuanino@gmail.com> -# +# Created by: José García Juanino <jjuanino@gmail.com> # $FreeBSD$ -# PORTNAME= oracle10g PORTVERSION= 10.2.0.5 @@ -18,7 +14,7 @@ MAINTAINER= jjuanino@gmail.com COMMENT= The JDBC drivers for Oracle 10g USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ NO_BUILD= yes |