diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-02-27 13:01:19 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-02-27 13:01:19 +0000 |
commit | 4964e2155a9d24ed8c83de4b6295a4ec9110a38b (patch) | |
tree | 3ca788bf90615f2306658d34ba037f719105e069 /databases | |
parent | e9dfe9f0a8d72f88ae642cff45dd35e091494a0b (diff) | |
download | ports-4964e2155a9d24ed8c83de4b6295a4ec9110a38b.tar.gz ports-4964e2155a9d24ed8c83de4b6295a4ec9110a38b.zip |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/hypertable/Makefile | 3 |
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 |