diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2018-01-17 11:34:02 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2018-01-17 11:34:02 +0000 |
commit | 72ce4d48bf073845e3c57cb53f09bef4f8f90769 (patch) | |
tree | f2facc692e0d3b0ad38f9ea1f38c1cdf4192df26 /databases/speedtables/Makefile | |
parent | 68edf0428fae9ecc0fe18d26fc0f5a1c872ee177 (diff) | |
download | ports-72ce4d48bf073845e3c57cb53f09bef4f8f90769.tar.gz ports-72ce4d48bf073845e3c57cb53f09bef4f8f90769.zip |
Notes
Diffstat (limited to 'databases/speedtables/Makefile')
-rw-r--r-- | databases/speedtables/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/databases/speedtables/Makefile b/databases/speedtables/Makefile index 4b99be178b2c..d18907c41bef 100644 --- a/databases/speedtables/Makefile +++ b/databases/speedtables/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= speedtables -PORTVERSION= 1.13.8 -DISTVERSIONPREFIX= v +PORTVERSION= 1.13.9 +#DISTVERSIONPREFIX= v PORTREVISION= 0 CATEGORIES= databases @@ -30,7 +30,8 @@ PORTDOCS= * OPTIONS_DEFINE= DOCS PGSQL CASSANDRA CASSANDRA_DESC= Cassandra database support PGSQL_CONFIGURE_ON= --with-pgsql=${LOCALBASE} -PGSQL_LIB_DEPENDS= libpgtcl2.0.0.so:databases/postgresql94-pgtcl +PGSQL_USES= pgsql +PGSQL_VARS= WANT_PGSQL=pgtcl CASSANDRA_CONFIGURE_ON= --with-casstcl=${LOCALBASE} CASSANDRA_LIB_DEPENDS= libcasstcl.so:databases/casstcl |