svn commit: r331738 - head/audio/mixxx
Rusmir Dusko
nemysis at FreeBSD.org
Sat Oct 26 21:46:58 UTC 2013
Author: nemysis
Date: Sat Oct 26 21:46:57 2013
New Revision: 331738
URL: http://svnweb.freebsd.org/changeset/ports/331738
Log:
- Fix Index add proper TCMALLOC_LIB_DEPENDS
Approved by: pawel / wg (mentors, implicit)
Modified:
head/audio/mixxx/Makefile
Modified: head/audio/mixxx/Makefile
==============================================================================
--- head/audio/mixxx/Makefile Sat Oct 26 21:36:26 2013 (r331737)
+++ head/audio/mixxx/Makefile Sat Oct 26 21:46:57 2013 (r331738)
@@ -62,8 +62,8 @@ SHOUTCAST_LIB_DEPENDS= libshout.so:${POR
SHOUTCAST_SCONS_ARGS_ON= shoutcast=1
SHOUTCAST_SCONS_ARGS_OFF= shoutcast=0
-TCMALLOC_LIB_DEPENDS= libtcmalloc.so
-TCMALLOC_SCONS_ARGS_ON= perftools=
+TCMALLOC_LIB_DEPENDS= libtcmalloc.so:${PORTSDIR}/devel/google-perftools
+TCMALLOC_SCONS_ARGS_ON= perftools=1
TCMALLOC_SCONS_ARGS_OFF= perftools=0
WAVPACK_LIB_DEPENDS= libwavpack.so:${PORTSDIR}/audio/wavpack
More information about the svn-ports-all
mailing list