aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
Diffstat (limited to 'databases')
-rw-r--r--databases/hypertable/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/hypertable/Makefile b/databases/hypertable/Makefile
index 28f57287549d..86817a4bd4ec 100644
--- a/databases/hypertable/Makefile
+++ b/databases/hypertable/Makefile
@@ -7,6 +7,7 @@
PORTNAME= hypertable
DISTVERSION= 0.9.3.4-alpha
+PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= GOOGLE_CODE
DISTNAME= ${PORTNAME}-${DISTVERSION}-src
@@ -57,7 +58,7 @@ DONT_DETECT= Doxygen Kfs Ceph Ant JNI PHP5Thrift
.include <bsd.port.options.mk>
.if defined(WITH_TCMALLOC)
-LIB_DEPENDS+= tcmalloc.0:${PORTSDIR}/devel/google-perftools
+LIB_DEPENDS+= tcmalloc.1:${PORTSDIR}/devel/google-perftools
PLIST_SUB+= TCMALLOC=""
.else
DONT_DETECT+= Tcmalloc