diff options
author | jgh <jgh@FreeBSD.org> | 2012-07-17 01:41:53 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2012-07-17 01:41:53 +0800 |
commit | 6381d8754b8ee3c3c4f04f9833dd4b5d02d60b74 (patch) | |
tree | c664cfd92e81089bf7327e8c04e57a2c9308a530 /Mk | |
parent | 630e0c7b38fee793ff0b49cd075691a6dfdd158e (diff) | |
download | freebsd-ports-gnome-6381d8754b8ee3c3c4f04f9833dd4b5d02d60b74.tar.gz freebsd-ports-gnome-6381d8754b8ee3c3c4f04f9833dd4b5d02d60b74.tar.zst freebsd-ports-gnome-6381d8754b8ee3c3c4f04f9833dd4b5d02d60b74.zip |
- update to 1.0.6, update MASTER_SITES [1]
- move to optionsNG [2]
- add in shared descriptions for {MYSQL,ORACLE,PGSQL}_JDBC [2]
- add LICENSE [2]
- modify startup-script for java sanity [2]
PR: ports/166244
Submitted by: maintainer jjuanino@gmail.com [1], jgh@ [2]
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.options.desc.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Mk/bsd.options.desc.mk b/Mk/bsd.options.desc.mk index bee351f517a2..010cf5cd5135 100644 --- a/Mk/bsd.options.desc.mk +++ b/Mk/bsd.options.desc.mk @@ -166,6 +166,7 @@ MTP_DESC?= MTP device support MULTIBYTE_DESC?= multibyte character support MUSEPACK_DESC?= Support MPC audio format MYSQL_DESC?= MySQL backend +MYSQL_JDBC_DESC?= JDBC connection to MySQL databases NAS_DESC?= Network Audio System support NETCDF_DESC?= NetCDF support NETPBM_DESC?= netpbm support @@ -183,6 +184,7 @@ OPENMP_DESC?= parallel processing support OPENSSL_DESC?= SSL/TLS support via OpenSSL OPTIMIZED_CFLAGS_DESC?= compilation optimizations ORACLE_DESC?= Oracle support +ORACLE_JDBC_DESC?= JDBC connection to Oracle databases OSD_DESC?= On-Screen-Display support OSS_DESC?= Open Sound System support PAM_DESC?= PAM support @@ -190,6 +192,7 @@ PCRE_DESC?= Use Perl Compatible Regular Expressions PDF_DESC?= PDF support PERL_DESC?= Perl scripting language support PGSQL_DESC?= PostgreSQL backend +PGSQL_JDBC_DESC?= JDBC connection to PostgreSQL databases PHP_DESC?= PHP binding/support PIXBUF_DESC?= gdk-pixbuf support PNG_DESC?= PNG support |