svn commit: r386073 - in head/comms/fldigi: . files
Jan Beich
jbeich at FreeBSD.org
Mon May 11 14:28:55 UTC 2015
Diane Bruce <db at FreeBSD.org> writes:
> Author: db
> Date: Mon May 11 11:57:28 2015
> New Revision: 386073
> URL: https://svnweb.freebsd.org/changeset/ports/386073
>
> Log:
> Get portaudio2 dependencies right since libs are not in ${LOCALBASE}/lib
> Clean up LOCAL slightly
[...]
> -PORTAUDIO_BUILD_DEPENDS= libportaudio.so:${PORTSDIR}/audio/portaudio2
> -PORTAUDIO_RUN_DEPENDS= libportaudio.so:${PORTSDIR}/audio/portaudio2
> +PORTAUDIO_BUILD_DEPENDS= ${LOCALBASE}/lib/portaudio2/libportaudio.so:${PORTSDIR}/audio/portaudio2
> +PORTAUDIO_RUN_DEPENDS= ${LOCALBASE}/lib/portaudio2/libportaudio.so:${PORTSDIR}/audio/portaudio2
Did you mean the following?
PORTAUDIO_LIB_DEPENDS= libportaudio.so.2:${PORTSDIR}/audio/portaudio2
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196427
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 602 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20150511/d65ac3d3/attachment.sig>
More information about the svn-ports-all
mailing list