diff options
author | pawel <pawel@FreeBSD.org> | 2011-09-07 07:40:32 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2011-09-07 07:40:32 +0800 |
commit | 4817b5c1d62f040f7e54757216cc2e1b9c274f8f (patch) | |
tree | 453c2a3c6abbb7f358d0dfa8320bd12f074ac72d /databases/hypertable | |
parent | 3ed852de77ba3010f6289986e7926c82fa9796f4 (diff) | |
download | freebsd-ports-gnome-4817b5c1d62f040f7e54757216cc2e1b9c274f8f.tar.gz freebsd-ports-gnome-4817b5c1d62f040f7e54757216cc2e1b9c274f8f.tar.zst freebsd-ports-gnome-4817b5c1d62f040f7e54757216cc2e1b9c274f8f.zip |
- Chase devel/google-perftools shlib bump
- security/tor*: add -L${LOCALBASE}/lib to LDFLAGS (fixes linking)
Approved by: miwi, wen (mentors implicit)
Diffstat (limited to 'databases/hypertable')
-rw-r--r-- | databases/hypertable/Makefile | 4 |
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 |