diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2013-10-27 05:46:57 +0800 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2013-10-27 05:46:57 +0800 |
commit | 328b990a79a74c4c8eebcb0116511ee239340084 (patch) | |
tree | e27cebdc35ff3919a3b5a06b50521ef3b740fdd5 /audio | |
parent | eecee497f704109c279f08f673b6aef203fd15cd (diff) | |
download | freebsd-ports-gnome-328b990a79a74c4c8eebcb0116511ee239340084.tar.gz freebsd-ports-gnome-328b990a79a74c4c8eebcb0116511ee239340084.tar.zst freebsd-ports-gnome-328b990a79a74c4c8eebcb0116511ee239340084.zip |
- Fix Index add proper TCMALLOC_LIB_DEPENDS
Approved by: pawel / wg (mentors, implicit)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mixxx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/mixxx/Makefile b/audio/mixxx/Makefile index e5b279d2125e..4e062c2f39f2 100644 --- a/audio/mixxx/Makefile +++ b/audio/mixxx/Makefile @@ -62,8 +62,8 @@ SHOUTCAST_LIB_DEPENDS= libshout.so:${PORTSDIR}/audio/libshout 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 |