aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2011-09-07 07:40:32 +0800
committerpawel <pawel@FreeBSD.org>2011-09-07 07:40:32 +0800
commit4817b5c1d62f040f7e54757216cc2e1b9c274f8f (patch)
tree453c2a3c6abbb7f358d0dfa8320bd12f074ac72d /games
parent3ed852de77ba3010f6289986e7926c82fa9796f4 (diff)
downloadfreebsd-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 'games')
-rw-r--r--games/freecell-solver/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/freecell-solver/Makefile b/games/freecell-solver/Makefile
index e18ed5d0a5cd..a645a656b637 100644
--- a/games/freecell-solver/Makefile
+++ b/games/freecell-solver/Makefile
@@ -8,6 +8,7 @@
PORTNAME= freecell-solver
PORTVERSION= 3.8.0
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= BERLIOS/fc-solve
@@ -37,7 +38,7 @@ OPTIONS= TCMALLOC "Use Google's TCMalloc" off
.include <bsd.port.pre.mk>
.if defined(WITH_TCMALLOC)
-LIB_DEPENDS+= tcmalloc.1:${PORTSDIR}/devel/google-perftools
+LIB_DEPENDS+= tcmalloc.2:${PORTSDIR}/devel/google-perftools
.else
CMAKE_ARGS+= -DFCS_AVOID_TCMALLOC:BOOL=ON
.endif