aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2011-02-27 21:01:19 +0800
committermiwi <miwi@FreeBSD.org>2011-02-27 21:01:19 +0800
commite3080a3bde68762eb4cfc3d1dc2c9c51edc2baca (patch)
tree5e9d8f60254c82506c3255bbf1d40f45d4cb1478 /games
parent9b387327b451dd3b1e09d7f46bc25af9b281de65 (diff)
downloadfreebsd-ports-gnome-e3080a3bde68762eb4cfc3d1dc2c9c51edc2baca.tar.gz
freebsd-ports-gnome-e3080a3bde68762eb4cfc3d1dc2c9c51edc2baca.tar.zst
freebsd-ports-gnome-e3080a3bde68762eb4cfc3d1dc2c9c51edc2baca.zip
- Chase devel/google-perftools shlib bump
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 c1bac47c3d36..23d012a6582f 100644
--- a/games/freecell-solver/Makefile
+++ b/games/freecell-solver/Makefile
@@ -8,6 +8,7 @@
PORTNAME= freecell-solver
PORTVERSION= 3.6.0
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://freebsd.unixfreunde.de/sources/ \
BERLIOS/fc-solve
@@ -39,7 +40,7 @@ CFLAGS+= -I${LOCALBASE}/include
.include <bsd.port.pre.mk>
.if defined(WITH_TCMALLOC)
-LIB_DEPENDS+= tcmalloc.0:${PORTSDIR}/devel/google-perftools
+LIB_DEPENDS+= tcmalloc.1:${PORTSDIR}/devel/google-perftools
CMAKE_ARGS+= -DFCS_USE_TCMALLOC:BOOL=ON
.endif