aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2011-09-06 23:40:32 +0000
committerPawel Pekala <pawel@FreeBSD.org>2011-09-06 23:40:32 +0000
commitb60a11438eeeaddc36714e04f400054b6a62d6c3 (patch)
tree53d54bd76cdaf9fc4085764a69261570485f5431 /databases
parentd39f0c97ab78a1661adb29b121cbe4d7f01bf4b0 (diff)
downloadports-b60a11438eeeaddc36714e04f400054b6a62d6c3.tar.gz
ports-b60a11438eeeaddc36714e04f400054b6a62d6c3.zip
Notes
Diffstat (limited to 'databases')
-rw-r--r--databases/hypertable/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/hypertable/Makefile b/databases/hypertable/Makefile
index f5b85f97ea31..11e4d5ab219e 100644
--- a/databases/hypertable/Makefile
+++ b/databases/hypertable/Makefile
@@ -7,7 +7,7 @@
PORTNAME= hypertable
DISTVERSION= 0.9.3.4-alpha
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases
MASTER_SITES= GOOGLE_CODE
DISTNAME= ${PORTNAME}-${DISTVERSION}-src
@@ -57,7 +57,7 @@ DONT_DETECT= Doxygen Kfs Ceph Ant JNI PHP5Thrift
.include <bsd.port.options.mk>
.if defined(WITH_TCMALLOC)
-LIB_DEPENDS+= tcmalloc.1:${PORTSDIR}/devel/google-perftools
+LIB_DEPENDS+= tcmalloc.2:${PORTSDIR}/devel/google-perftools
PLIST_SUB+= TCMALLOC=""
.else
DONT_DETECT+= Tcmalloc