aboutsummaryrefslogtreecommitdiff
path: root/games/freecell-solver
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 /games/freecell-solver
parentd39f0c97ab78a1661adb29b121cbe4d7f01bf4b0 (diff)
downloadports-b60a11438eeeaddc36714e04f400054b6a62d6c3.tar.gz
ports-b60a11438eeeaddc36714e04f400054b6a62d6c3.zip
- Chase devel/google-perftools shlib bump
- security/tor*: add -L${LOCALBASE}/lib to LDFLAGS (fixes linking) Approved by: miwi, wen (mentors implicit)
Notes
Notes: svn path=/head/; revision=281331
Diffstat (limited to 'games/freecell-solver')
-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